diff options
author | grant <grant@pkgsrc.org> | 2003-12-02 11:40:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-02 11:40:20 +0000 |
commit | 5101b874e7e20baa557a75be0d6b7213e3f61be9 (patch) | |
tree | 66887d2b6eddd549de6e9ecdcd047386f2f72ec2 /mail | |
parent | 85f0383c928835578a2efd8285006217d990824e (diff) | |
download | pkgsrc-5101b874e7e20baa557a75be0d6b7213e3f61be9.tar.gz |
formatting fixes, clarify a sentence.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/DESCR | 8 | ||||
-rw-r--r-- | mail/spamassassin/MESSAGE | 24 |
2 files changed, 16 insertions, 16 deletions
diff --git a/mail/spamassassin/DESCR b/mail/spamassassin/DESCR index 2cce54fae9d..7f9a612cf53 100644 --- a/mail/spamassassin/DESCR +++ b/mail/spamassassin/DESCR @@ -14,10 +14,10 @@ The distribution provides a command line tool to perform filtering, along with Mail::SpamAssassin, a set of perl modules which implement a Mail::Audit plugin, allowing SpamAssassin to be used in a Mail::Audit filter. -In addition, there is "spamd", a persistently running daemonized +In addition, there is "spamd", a persistently running, daemonized version of the command line tool "spamassassin". Together with the small -client "spamc" this allows processing of large volumes of mail without the -cost of starting a perl interpreter for each one. +client "spamc" this allows processing of large volumes of mail without +the cost of starting the perl interpreter for each one. -SpamAssassin does not deliver mail to the users mailbox. You need a +SpamAssassin does not deliver mail to the users mailbox. You need a different program (procmail is recommended) for local mail delivery. diff --git a/mail/spamassassin/MESSAGE b/mail/spamassassin/MESSAGE index 985ffc3850a..eab7c131d7c 100644 --- a/mail/spamassassin/MESSAGE +++ b/mail/spamassassin/MESSAGE @@ -1,20 +1,20 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2003/11/03 00:56:25 heinz Exp $ +$NetBSD: MESSAGE,v 1.7 2003/12/02 11:40:20 grant Exp $ - SA 2.60 uses a new format for the Bayes database. *Before* deinstalling - SA 2.5x, make sure you ran 'sa-learn --rebuild' for every Bayes database. +SA 2.60 uses a new format for the Bayes database. *Before* deinstalling +SA 2.5x, make sure you ran 'sa-learn --rebuild' for every Bayes database. - If you're running Razor please use at least p5-razor-agents-2.22nb2 - which contains some fixes from the SpamAssassin team to improve behaviour - in Perl taint mode. +If you're running Razor please use at least p5-razor-agents-2.22nb2 +which contains some fixes from the SpamAssassin team to improve behaviour +in Perl taint mode. - Some configuration options were changed (see Mail::SpamAssassin::Conf). - Please check that your existing mail configuration still works. +Some configuration options were changed (see Mail::SpamAssassin::Conf). +Please check that your existing mail configuration still works. - More information can be found in the man pages for 'spamassassin', - 'sa-learn', 'spamc' and 'spamd', with 'perldoc Mail::SpamAssassin::Conf' - and in +More information can be found in the man pages for 'spamassassin', +'sa-learn', 'spamc' and 'spamd', with 'perldoc Mail::SpamAssassin::Conf' +and in - ${PREFIX}/share/doc/spamassassin/ + ${PREFIX}/share/doc/spamassassin/ =========================================================================== |