annoyance-filter uses Bayesian statistics to determine the probability
an E-mail message is junk based on an analysis of its contents compared
to collections of known junk and legitimate E-mail.
Suggested by: phk
- Fixed portability issues for Windows. (It should now work under the normal
Windows command shell.) Note that this requires the use of a temporary file
for decompression of file handles on Windows--a minor security risk.
- Makefile.PL version detection for GNU grep now works correctly for version
numbers which end with letters.
- Fixed typo bugs in a couple test cases.
o Add missing PKGNAMEPREFIX
o Add missing entries in PLIST
PR: 60724 [1]
Submitted by: maintainer
several bugs including one that causes large lists to hang
while being sent have been fixed.
PR: ports/60666
Submitted by: Trish Lynch <trish@bsdunix.net>
These patches do the following things for PEAR ports:
* devel-pear-PEAR-Makefile.common.patch
- provides a do-install target and all that jazz in
devel/pear-PEAR/Makefile.common
- individual PEAR ports now just set a few variables:
* pear-ports-Makefile.common-ng.patch
contains changes for all pear-* ports including devel/pear-PEAR
See http://smradoch.innuendo.cz/FreeBSD/ for complete description.
Note: still missing are:
devel/pear-HTML_Common
devel/pear-I18N
net/pear-Net_NNTP
security/pear-Auth
PR: ports/59213
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
informs users if they have new mail.
* multiple folder support
* mbox, MH, Maildir and Sylpheed support
* POP3 support (if the GNet library is available)
* automatic folder format detection
* responsive UI (multi-threaded application)
* HIG-compliant user interface
* themeable stock icons
PR: ports/56969
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
This set of programs controls access to relaying for users that
authenticate using either POP3 using the qmail-popup/qmail-pop3d
or pop3front servers, or IMAP using Courier IMAP.
Author: Bruce Guenther <bruceg@em.ca>
WWW: http://untroubled.org/relay-ctrl/
PR: 60471
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
- Remove patched we do not need anymore
- Disable database extensions by default;
use WITH_GDBM knob to enable them [1]
- Add WITH_USERDB knob to enable userdb authentication [1]
- Add WITH_LDAP knob to enable virtual user LDAP support [2]
- Add WITH_MYSQL knob to enable virtual user MySQL support [3]
- Use DOCSDIR in pkg-plist
- Re-word/clarify pkg-descr
PR: 58968 [1], 56329 [2], 59807 [3]
Submitted by: oleg dashevskii <be9-ml@be9.ru> [1],
Paul Dlug <paul@aps.org> [2],
Harold Paulson <haroldp@internal.org> [3]
Teapop is yet another RFC1939 compliant POP3 server. It includes
flexible virtual domain support that distinguishes it from all other
POP3 servers.
WWW: http://www.toontown.org/teapop/
PR: 55333
Approved by: erwin (mentor)