EZFAQ 0.40 的 Quick Start 当中有一个非常讨厌的错误。
EZFAQ 0.40 - ezmlm-idx and ezmlm FAQ 当中的 Quick Start 有这样一个创建与订阅邮件列表的示例:
- Make a list and digest list
% ezmlm-make -rdugm -5 me@host ~/list ~/.qmail-list me-list host % ezmlm-sub ~/list me@host % ezmlm-sub ~/list/digest me@host % ezmlm-sub ~/list/mod me@host
where ``me'' is your user name and ``host'' the host your list is on.
Now,
you are the owner, remote administrator, and subscriber of both
list@host and the accompanying digest list
list-digest@host. Only subscribers are allowed to access the
archive and to post. To post to the list, mail to
list@host. For a user to subscribe, s/he should mail to
list-subscribe@host and for help to list-help@host.
实际配置当中,这个邮件列表的地址应该是
me-list@host , 而不是这个示例里所说的
list@host。
这个错误实在是很让人讨厌的。
|