2002-10-08 02:49:23 by Klaus Heinz | Files touched by this commit (12) |
Log message:
Update to 2.42.
Uses buildlink2 and module.mk. Some perl scripts for rule developers
(in PREFIX/share/doc/spamassassin/{masses,tools}/) and a small SpamAssassin
logo (PREFIX/share/doc/spamassassin/html/) are now included.
New netbsd_lists.cf file to reduce false positives on NetBSD lists (so
far, only some rules for netbsd-bugs).
Changes:
- bug fixes
- new, better scores (intensive testing was done to improve on 2.40 and
2.41)
- netbsd rc.d script works now with NetBSD 1.5 and 1.6
- management of addresses in the automatic whitlist now easier with
dedicated options (--add-addr-to-whitelist, --remove-addr-from-whitelist)
|
2002-09-30 01:44:29 by Simon Burge | Files touched by this commit (3) |
Log message:
Update spamassassin to 2.41.
Major changes include:
- SpamAssassin now *REQUIRES* procmail for local delivery support; "-P"
option is now the default. Unless you use procmail, Mail::Audit, KMail,
or an MTA-level integration, do not upgrade blindly, your mail *WILL*
spill all over the floor in a big mess.
- significant speed increases, mostly from Matt Sergeant and Dan Quinlan
- bugs in whitelist_to, all_spam_to and friends fixed
- rules which were causing too many false-positives removed or fixed:
DOUBLE_CAPSWORD, UPPERCASE_25_50, PARTIAL_RFC_2369, MSGID_CHARS_SPAM,
many others
- lots of rule fixes, and lots of new rules
|
2002-09-20 04:02:02 by grant beattie | Files touched by this commit (38) |
Log message:
Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
|
2002-09-20 03:38:39 by grant beattie | Files touched by this commit (1) |
Log message:
Use @PREFIX@, not "/usr/pkg" (which is obviously not right).
|
2002-09-19 11:04:35 by Johnny C. Lam | Files touched by this commit (26) |
Log message:
Take advantage of the auto-generation and installation of rc.d scripts.
|
2002-09-09 01:30:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add conflict with p5-Mail-SpamAssassin (for those who still have it installed).
|
2002-09-05 11:03:33 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
The SpamAssassin daemon (spamd) must be started with the -d
flag to really become a daemon, but that flag is missing in
the provided rc.d script.
Patch by Urban Boquist <urban@boquist.net> in PR 18171
|
2002-08-30 13:17:11 by David Brownlee | Files touched by this commit (1) |
Log message:
Add REQUIRE: DAEMON to ensure starts at the right time.
Omission noted by wiz.
|
2002-08-30 12:50:52 by David Brownlee | Files touched by this commit (3) |
Log message:
Updated spamassassin to 2.31nb1
Add rc.d/spamd (From norm at sandbox org uk)
|
2002-08-26 18:01:34 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
Rename pkgsrc/mail/p5-Mail-Spamassassin to pkgsrc/mail/spamassassin.
|