summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-10-11Only sched_yield() periodically if pth is used on NetBSD.rh5-28/+34
Add @exec/@unexec scrollkeeper-update to PLIST. Bump PKGREVISION.
2002-10-10Enable bmfmjl1-1/+2
2002-10-10Initial import of bmf-0.84mjl8-0/+320
This is a mail filter which uses the Bayes algorithm as explained in Paul Graham's article "A Plan for Spam". It aims to be faster, smaller, and more versatile than similar applicatios.
2002-10-10buildlink1 -> buildlink2jlam3-3/+24
2002-10-09buildlink1 -> buildlink2.wiz3-33/+13
2002-10-09Unused.wiz1-37/+0
2002-10-09buildlink1 -> buildlink2.wiz1-8/+8
2002-10-09Unused.wiz1-34/+0
2002-10-09disable build of smrsh, as it was found to be vulnerable (and the patchitojun5-9/+7
from sendmail.org does not apply). bump PKGREVISION.
2002-10-09Don't complain if we can't remove ${PREFIX}/share/bbtools - other packagesjschauma1-2/+2
might need the directory.
2002-10-08buildlink1 -> buildlink2jlam1-18/+16
2002-10-08buildlink1 -> buildlink2jlam1-11/+14
2002-10-08Unused.jlam1-36/+0
2002-10-08buildlink1 -> buildlink2jlam11-63/+37
2002-10-08- Setting PKG_SYSCONFBASE in /etc/mk.conf works now (Thanks to Urbanheinz4-6/+26
Boquist). - Included fix for bad AWL behaviour which will also be in 2.50 (maybe 2.43) (ie AWL works the same again as in SA 2.31). This causes revision bump.
2002-10-08bring in smrsh patch. bump PKGREVISIONitojun3-3/+66
2002-10-08Update to 2.42.heinz12-81/+290
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-10-07Convert to buildlink2. Use perl5/module.mk.seb3-18/+9
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-7/+3
Remove apparently not needed "touch".
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+5
Move the "touch" to pre-configure. TOUCH_ARGS -> TOUCH_FLAGS
2002-10-07Fix typo.seb1-2/+2
2002-10-07Do last more in the spirit of libtool.wiz3-7/+7
Thanks for the tip to Nick Hudson.
2002-10-07Add buildlink2.mk.wiz1-0/+86
2002-10-07Convert to buildlink2.wiz4-18/+45
2002-10-06Update to 2.14heinz5-28/+48
Changes: - almost a complete (compatible) rewrite of Razor v1. - uses new (fuzzy) signature algorithms to better spot 'mutating' messages - Spam reports are now validated based on 'reputation' of the submitter in order to make it easier to eliminate false positives. - Registration for submitters required. - Revocation of spam reports is now possible.
2002-10-05Convert to buildlink2.wiz1-18/+8
2002-10-03Add missing uid field in PKG_USERS entry. From kivinen@ssh.fi in pkg/18518markd1-2/+2
2002-10-03http://www.sendmail.org/smrsh.adv.txtitojun3-2/+66
2002-10-02Use autoconf.mk.wiz1-4/+4
2002-10-02get rid of autoconf build dependency by patching configuredillo3-7/+26
2002-10-01Work arround build problem under NetBSD 1.6 and newer by using "libintl"tron1-4/+5
from the "gettext-lib" package.
2002-09-30Update fetchmail{conf} to 6.1.0.frueauf3-7/+7
Because of the recent vulnerability, it is strongly encouraged to update (http://security.e-matters.de/advisories/032002.html). Thanx to Alan Post <apost@interwoven.com> for giving me a note. fetchmail-6.1.0 (Sun Sep 22 18:31:23 EDT 2002), 21999 lines: * Updated French translation. * Stefan Esser's fix for potential remote vulnerability in multidrop mode. This is an important security fix! fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines: * Applied Matt Kraai's fix for minor Debian bug #144539. * Nerijus Baliunas's patch to support STARTTLS over IMAP. * More cleanups and minor bugfixes from Sunil Shetye. * Default antispam-response list is now empty. * Updated de and po translations, fetchmail-5.9.14 (Fri Sep 6 05:03:25 EDT 2002), 21932 lines: * Sunil Shetye's patch to eliminate multiple bounces. * Moritz Jodeit <moritz@jodeit.org>'s patch for re-exec with no args. * Sunil Shetye's patch to solve the re-exec problem with relative files. * Cygwin portability patch (use ROOT_UID) from Jason Tishler. * Workaround for the CAPA error problem is documented in the FAQ. * Updated Polish, Danish, and Catalan translations. * Sunil Shetye's patch to improve CAPA error handling. * Sunil Shetye's patch to improve handling of unreadable boxes in POP3. * Berkeley port fix for Kerberos IV.
2002-09-30The build process requires a valid X server, so check if DISPLAY is setrh1-2/+21
before building. Problem pointed out by Jared McNeill in private email. On systems w/ Xvfb, create a virtual display, because that's all that's needed for building. Bump PKGREVISION.
2002-09-29Update spamassassin to 2.41.simonb3-8/+13
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-29add note about modifying /etc/inetd.conf.grant1-1/+10
2002-09-29Remove bogus buildlink2.mkrh1-86/+0
2002-09-29Add and enable GNUMailrh1-1/+2
2002-09-29Initial import of GNUMail-1.0.3, a clone of NeXT's Mail.apprh5-0/+341
2002-09-29Add and enable Pantomimerh1-1/+2
2002-09-29Initial import of Pantomime-1.0.5, an Objective-C mail system class libraryrh5-0/+197
2002-09-26Dewey-wildcard for p5-MIME-tools.wiz1-2/+2
2002-09-26Make PKGNAME Dewey-conformant.wiz1-2/+2
2002-09-25Trivially convert to buildlink2.wiz1-1/+2
2002-09-25Update to 1.11. Inspired by PR 18389 by URA Hiroshi.wiz3-19/+24
Changes: o Added support for DB version 3.1.x.
2002-09-25Update to 0.99.4.1, from PR 18285 by Todd Vierling.wiz2-9/+9
Changes list not provided and not found.
2002-09-24buildlink1 -> buildlink2, and use faces instead of compface if it'sjlam2-29/+44
installed.
2002-09-24Complete standardization of messages according to latest pkglint.wiz15-43/+43
2002-09-24Update to 0.5.9. Switch to buildlink2.wiz4-15/+15
Changes: This release adds two interoperability fixes and makes the code ISO C99 compliant.
2002-09-23buildlink1 -> buildlink2jlam1-4/+3
2002-09-23Add libmilter, mimedefang and sendmail811markd1-1/+4