summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-02-03Update spamprobe to 0.9h. ChangeLog:hubertf3-31/+5
* New manual page * spamprobe.cc (process_stream): Added -o tokenized option to allow people to use an external tokenizer with spamprobe. * SpamFilter.cc (scoreToken): Reduced sorting overhead by pre-computing and integer sort value with sorting priorities reflected in the value. This eliminates several calculations inside of the sort routine. * SpamFilter.cc (computeRatio): Capped ratios in calculations to within MIN_PROB and MAX_PROB. Widened that range. This avoids problems with div/0 and makes it easier to sort terms. * spamprobe.cc (dump_words): dump command can now optionally accept a regular expression as an argument and will only dump terms matching the regular expression. (purge_terms): Added purge-terms command to purge from the database all terms matching a regular expression. Patch submitted by Ossi Herrala <PGP: 0x78CD0337> in private email.
2004-02-02Repeat after me:tron8-79/+78
I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. I will not patch multiple files with one patch file. [...]
2004-02-02Restore patch which got lost because it was illicitly bundled withtron2-2/+21
another patch.
2004-02-02Add clamd rc start script.recht5-9/+73
Somewhat based upon PR 24294 by Eric Schnoebelen. While at it also fix configure to always install the example config file to "examples". Bump PKGREVISION to 1.
2004-02-01Don't leak a file descriptor if a PGP signed e-mail is checked. Patchtron2-20/+20
supplied by David Laight in privat e-mail.
2004-01-31Update p5-Mail-IMAPClient to 2.2.9.toshii2-6/+6
Numerous feature additions and bug fixes, since the pkg was 4 years old.
2004-01-31Update sylpheed to 0.9.9, main changes are:chris3-7/+7
* Word wrapping on multibyte locales has been improved. * The receive menu has been improved. * The combo button for toolbar has been implemented. * The download feature for IMAP / News folders has been implemented. * URL is now shown on the statusbar when links are clicked, and warning is displayed in case of fake URL. * JIS X 0201 Kana (hankaku kana) will be converted into JIS X 0208 when sending. * Crashes on 64-bit environments has been fixed. * Other bugfixes have been made.
2004-01-30Fix one error message to client.taca2-5/+5
2004-01-29Add patches for clamav update.cube2-0/+33
2004-01-29Update to 0.65. clamav-milter is still disabled while the maintainer iscube5-20/+20
working on the issue. Changes: -) clamd: + fixed a race condition in database reloading code (random crashes under high load) + fixed a race condition with the improperly initialized session start time (thanks to Michael Dankov) + fixed PidFile permissions (Magnus Ekdahl, bug reported by Tomasz Papszun) + fixed LogFile permissions (Magnus Ekdahl) + new directive ScanRAR (bacause RAR support is now disabled by default) + new directive VirusEvent + new directive FixStaleSocket (Thomas Lamy and Mark Mielke) + new directive TCPAddr (Bernard Quatermass, fixed by Damien Curtain) + new directive Debug -) clamav-milter: (Nigel Horne <njh*clamav.net>) + new --force-scan flag + new -P and -q flags by Nicholas M. Kirsch WARNING: clamav-milter and our mail scanner are still in high development and may be unstable. You should always use the CVS version. -) libclamav: + support for a new database container format (CVD) - compressed and digitally signed + better protection against malformed zip archives (such as Mimail) + mail decoder fixes (thanks to Rene Bellora, Bernd Kuhls, Thomas Lamy, Tomasz Papszun) (Nigel Horne) + memory leak fixes (Thomas Lamy) + new scan option CL_DISABLERAR (disables built-in RAR unpacker) -) freshclam: + fixed --on-error-execute behaviour (David Woakes) + new option --user (-u) USER - run as USER instead of the default user. Patch by Damien Curtain. + rewritten to use database.clamav.net and CVD -) documentation: + new Spanish documentation on ClamAV and Sendmail integration by Erick Ivaan Lopez Carreon + included clamdoc.pdf Turkish translation by yavuz kaya and Ýbrahim erken + included clamav-mirror-howto.pdf by Luca Gibelli + included clamd+daemontools HOWTO by Jesse D. Guardiani + included signatures.pdf + man pages: updated + clamdoc.pdf: rewritten
2004-01-29Update poppassd pacakge to 4.0.5nb2.taca4-39/+223
- Catch child process exit. - Add "-o" option which provides compatibility with older poppassd, returning authentication error after "PASS" command not "NEWPASS" for some broken clients.
2004-01-29This depends on pkg-config, as pointed out by agc@'s bulk build log.cube1-2/+3
2004-01-29Forgot to remove original command line.heinz1-2/+1
2004-01-28Do not use "find -d". This option is not available on all supported platforms.heinz1-2/+4
2004-01-28New IPv6 patchmartti2-6/+6
2004-01-28patch-ba:lukem4-3/+108
Change pgp_timeout so that the timeout counter is reset every time mail is sent. This makes pgp_timeout much more useful; rather than prompting you every pgp_timeout seconds for the passphrase, you only get prompted if pgp_timeout seconds have elapsed since you last sent email. From Ben Elliston. patch-bb: Add new boolean option - change_folder_next. If set, the `c' (change-folder) command selects the next unread mailbox in the mailboxes list from the current folder, rather than always going back to the start of the mailboxes list. From Simon Burge, with the buffy.c::mutt_buffy() fixes from me. Bump PKGREVISION. (ok-ed by agc@)
2004-01-28Upgrade to the 1.0 release.kim4-6/+28
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-26PERL 5.60 will probably never exist. Let's require 5.6.0 instead (hi jlam!).cube1-2/+2
2004-01-26use bsd.pkg.install.mk features, SPECIAL_PERMS for setgid binary,grant2-4/+14
use MAKE_DIRS for bulletins directory. use BSD install to install binaries and man pages. fixes install on Solaris. bump PKGREVISION.
2004-01-26Update balsa2 to 2.0.16.rh3-10/+11
The major highlights of this release are: * update GPGME support: 124905. GPGME-0.4.3 or better is required. * libgtkhtml3 support added. * use bonobo to avoid running of multiple balsa instances. * fix bugs: 103639, 124550, 127422, 129316 and number of others.
2004-01-25Use PERL5_REQD to set the required version of perl instead of directlyjlam1-2/+2
setting BUILDLINK_DEPENDS.perl.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant18-36/+36
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv5-10/+10
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23bl3ifyrecht1-7/+7
2004-01-23Make this work on Linux.martti3-3/+40
2004-01-23bl3ify and allow pkgviews installation.jmmv1-1/+7
2004-01-23Updated postfix to 2.0.18martti2-5/+5
- A change in the line reading routines caused unexpected results with lines ending in EOF. This change is undone. - A portability problem with the test command ("test -e" is not supported on older systems, while "test -f" does the job).
2004-01-21Update to 2.63. Tested on NetBSD and Solaris 8.heinz5-67/+9
Summary of major changes since 2.62 ----------------------------------- - Fixed bug related to perl 5.005 which stopped SpamAssassin from being runnable - Fixed bug where "spamassassin -l" parameter wouldn't be untainted before being used - Added caching of body rendering results so that the message wouldn't be rendered the same way multiple times unnecessarily. Summary of major changes since 2.61 ----------------------------------- - Fixed two bugs related to Received line generation and parsing. - Modified two rules to reduce false positives. - Fixed bug where spamd temporary init directory wasn't removed in some situations. - Modified HABEAS_SWE to function even if the Habeas headers were out of their normal order. - Fixed bug where reporting wouldn't remove message markup before being learned by Bayes. - Fixed bug where report_safe_copy_headers would reverse the order of the Received headers. - Fixed several bugs in the Bayes system caused by DB_File oddities.
2004-01-21Updated postfix to 2.0.17martti5-67/+37
- Portability to MacOSX: Bind8 compatibility, core dumps in mailq and postdrop, and changes in netinfo support. - Elimination of some DNS lookup problems in third-party library routines (typically resulting in localhost not being found). - More agressive delivery to sites that defer a lot of mail. - Correction of a few obscure error messages. - Several small documentation fixes. - Minor fixes for robustness problems that no-one has experienced.
2004-01-20Depend on pthread-sem if /usr/include/semaphore.h does not exist. Makesrh1-2/+6
this compile under NetBSD-1.6. Bump PKGREVISION.
2004-01-20Update spamprobe to 0.9g2.hubertf2-5/+6
Patch provided by Ossi Herrala <$MAINTAINER> in private mail. CHANGED: * This release moves from Paul's original formula to a slightly modified one that yields more evenly distributed scores. To continue using old formula, use -o orig-score command line option. ADDED: * -C <number> command line option. This tells SpamProbe to assign a default, somewhat neutral, probability to any term that does not have a weighted (good count doubled) count of at least specified number in the database. This prevents terms which have been seen only a few times from having an unreasonable influence on the score of an email containing them. Default count have changed. It is now 5. Old was 3. * Added -o <option_name> command line option to specify alternate way of scoring. Consult README.txt for more info. * Added -l <number> command line option. Changes the spam probability threshold for emails from the default (0.7) to <number>. * Added tokenize command. Prints the tokens found in the file one word per line in human readable format with spam probability, good count, spam count, message count, and word in columns separated by whitespace. IMPROVED: * -H command line option to add more headers to scan. * Improved performance by removing some redundant calculations and reducing the amount of I/O in train-* mode.
2004-01-20s/it's/its/snj1-1/+1
2004-01-20Apply the SASL2 cure to smtp and lmtp to. This makes outgoing authenticatedmartin3-3/+49
mail work.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc31-62/+64
2004-01-20Update to 4.58nb2: make pine run properly on the DEC Alpha processor.hubertf3-9/+18
Patch submitted by Robert Pendell, shinji257@uplink.net.
2004-01-20Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocationlukem1-1/+2
fix in patch-af. Without that patch, the example procmail rules in spamprobe's manual page will cause procmail to eat your mail, so we should make it obvious...
2004-01-20Fix typos in the manual page.lukem2-1/+27
2004-01-18Upgrade to 1.66:kim3-5/+21
- fix issue with "all mail gets deleted", which was caused by looking at Content-ID for filenames (new feature in 1.61); this resulted in mail from ".com" domains to be considered ".com" attachments (patch-aa) - fixes "PDF corruption problem" (1.64)
2004-01-18+ cyrus-imapd22recht1-1/+2
2004-01-18initial import of cyrus imapd 2.2.3recht17-0/+625
IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols.
2004-01-17Pass only one argument to ${INSTALL_DATA_DIR}. This fixes installationmartti1-2/+3
problems on Solaris (pkg/24122 by Charlie Allom).
2004-01-16Adapt the imap-uw c-client linkage file use patches, so thatjdolecek4-26/+37
they are more acceptabtable for inclusion in master PHP sources. No externally visible change, so pkg revision not bumped.
2004-01-15Wrong revision bump. Thank to Takahiro Kambe for pointing this out.manu1-2/+3
2004-01-15don't include crypt.h on Darwin, 6.8 at least doesn't have it.grant2-1/+15
fixes build on Darwin.
2004-01-14Fix build bug with cc -g, patch submitted by john heasley.manu3-3/+66
2004-01-14Make Evolution "GNOME 2" pkgsrc compatible with these changes:xtraeme3-81/+122
1) s/USE_X11BASE/USE_X11/ 2) Enable IPv6 if USE_INET6 is enabled. 3) Use GConf2 schemas.mk framework, and GCONF2_SCHEMAS pointing to the schemas files. 4) There's no need to depend on gnome1-dirs, we'll use gnome2-dirs instead. 5) Use PKGCONFIG_OVERRIDE poiting to pkgconfig's files. 6) Previous buildlink2 file had gnome1 dependencies... 7) There's no need to depend on net/soup package... so bump PKGREVISION.
2004-01-14Update to 2.1.4, provided by Min Sik Kim in PR pkg/24083.xtraeme4-17/+432
Changes: - Close some cross-site scripting vulnerabilities in the admin pages (CAN-2003-0965). - New languages: Catalan, Croatian, Romanian, Slovenian. - New mm_cfg.py/Defaults.py variable PUBLIC_MBOX which allows the site administrator to disable public access to all the raw list mbox files (this is not a per-list configuration). - Expanded header filter rules under Privacy -> Spam Filters. Now you can specify regular expression matches against any header, with specific actions tied to those matches. - Rework the SMTP error handling in SMTPDirect.py to avoid scoring bounces for all recipients when a permanent error code is returned by the mail server (e.g. because of content restrictions). - Promoted SYNC_AFTER_WRITE to a Default.py/mm_cfg.py variable and make it control syncing on the config.pck file. Also, we always flush and sync message files. - Reduce archive bloat by not storing the HTML body of Article objects in the Pipermail database. A new script bin/rb-archfix was added to clean up older archives. - Proper RFC quoting for List-ID descriptions. - PKGDIR can be passed to the make command in order to specify a different directory to unpack the distutils packages in misc. (SF bug 784700). - Improved logging of the origin of subscription requests. - Misc bugfixes.
2004-01-13Update to 0.9.8axtraeme2-8/+9
Changes: * 0.9.8a * The bug that caused the failure of cache data read has been fixed. * 0.9.8 * The offline mode has been implemented. * The performance of the scanning of MH folders has been improved on the platforms which support d_type in 'struct dirent'. * The error checking on moving/deleting messages has become strict. * When getting IMAP4 message list, it now fallbacks to FETCH command if server doesn't fully support SEARCH command. * Outbox for accounts are now correctly chosen when sending from queue. * Gettext has been upgraded to 0.12.1. * IPv6 support is now enabled by default. * Other bugfixes have been made. * 0.9.7 * The vulnerability in SMTP response handling, which is exploitable by a malicious SMTP server, has been fixed. * The structure of folder system has been sorted out. * The checking of the existence of IMAP root directory has been modified.
2004-01-13Changes 0.9.8:adam4-10/+9
* Pre-processing and post-processing rules can now be specified. * A 'Clone Account' function has been added. * a new Folder Property has been added, 'Scan for new mail' * the Extended 'Quick-search' has a new symbol * fast Folder Processing rule creation based on a message * a new pixmap has been added for use with a 'Check spelling' button * updated translations: British English, French, German Japanese, Polish, Spanish, Simpilified Chinese, and Slovak * Bug fixes