summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2003-10-05- Add --enable-shadow since this package could work on platformtaca10-47/+126
which have shadow password (SunOS at least). - Reduce warning with GCC 3.3.1. - Bump package revision.
2003-10-03FreeBSD also has stty() and gtty() in libcompat, so link to libcompat here.xtraeme2-4/+4
2003-10-03enable use of sasl2christos3-3/+45
2003-10-03Also record USE_SASL2 in BUILD_DEFS.seb1-2/+2
2003-10-02Since distfile doesn't have a unique filename between versions, thenreed2-4/+6
store in its own DIST_SUBDIR.
2003-10-02Updated postfix to 2.0.16martti2-9/+9
* bug fixes * new IPv6 patch
2003-10-01remove PKGREVISIONitojun1-2/+1
2003-10-01upgrade to 20030922 snapshot. don't SEGV with certain operation (forwarditojun4-259/+6
multiple emails without body), use G1 designation/invocation for 96-char ISO charsets, and other fixes.
2003-10-01Added ripmime.reed1-1/+2
2003-10-01ripmime-1.3.0.4 Extract the attached files out of a MIME encoded email packagereed5-0/+44
2003-10-01Add build dependency on perl (pod2man is used for man page).wiz1-1/+2
Noted missing by kristerw.
2003-09-30Add missing "/" to the URL section to make pkglint happyxtraeme1-2/+2
2003-09-30Updated to 0.14.5.4.xtraeme4-11/+47
While updating, make bogofilter use the bsd.pkg.install.mk framework to install the configuration file into PKG_SYSCONFDIR. Patch provided by Soren Jacobsen in PR pkg/22983. Changes: Changes: 0.14.5.4 * _Really_ fix defective printing in 'bogofilter -Q' output. 0.14.5.3 * Fix parser errors that can cause: 1. Incorrect processing of html comments. 2. "fatal flex scanner internal error--end of buffer missed", which kills bogofilter. * Fix defective printing in 'bogofilter -Q' output. * Compiles with TDB again. 0.14.5.2 * bogominitrain.pl - removed email 'cruft' and revised format of verbose output. 0.14.5.1 * Fixed parameter type error in dbh_print_names() that causes segfault. * Enhanced verbose output of bogominitrain.pl * Documented '-T' option in man page. * Fixed parsing error that treated "^From " in encoded text as a message separator. * Revised format for '-T'. * Fixed defect in bogominitrain.pl's norepetition mode. 0.14.5 * Updated bogominitrain.pl to version 1.3. * Corrected parsing error (in html code) that caused bogofilter to miss message separators. * Added '-T' as terse mode (with fixed formatting). * Revised processing of From and empty lines so that parsing works correctly with both flex-2.5.4 and flex-2.5.31. 0.14.4 * Revised database API so that there are 3 distinct layers (program, datastore, and database) with a clean interface between them. * Correct exitcodes in bogoutil by using EX_ERROR. * Fixed token registration bug in 0.14.x versions. * Fixed seg fault caused by database lock contention. 0.14.3 * Fixed critical locking bug introduced into bogofilter 0.14.0 with the combined-wordlist code: when working with separate wordlists, bogofilter would lock only the first one opened, rather than all. * Documentation updates. * %g formatting is now supported by bogofilter's formatting functions. * Merged trio 1.10 (http://ctrio.sourceforge.net/) to support compilation on ancient systems (Solaris 2.5) that do not have [v]snprintf functions. Trio is Copyright (C) 1998-2000 Bjorn Reese and Daniel Stenberg. * Various documentation updates, including the FAQ. * The test suite was adjusted for older grep variants (Solaris 2.5) that don't cope with long lines. * Print database version in print_version(). * Postfix integration instructions have been upgraded. * Debug output for wordlists and databases was enhanced.
2003-09-30Updated to 2.0.15.xtraeme3-19/+5
Changes: - imap folder scanning speedup. - fix bugs: 121181, 121637, 121867 and others. - help updates.
2003-09-28Update clamav so that milter support is optional.chris5-12/+44
However currently milter support is disabled, as it requires strerror_r to be available, which it isn't on -current. Note this required the fixing of the milter tests in the configure.in file. It seemed if you used --disable-milter and the .h file was in the include path, eg on -current it's in /usr/include/libmilter it was found and used. We now have a want_milter for the --enable/disable-milter, which will trigger the tests to setup have_milter. Once I've sorted out the strerror_r problem in -current I'll enable the milter support (or if someone tells me it works with pth) Bump PKGREVISION.
2003-09-28Bump package revision (Conflict with sylpheed-gtk2)xtraeme2-5/+6
2003-09-28Whitespace.jmmv1-23/+23
2003-09-28Add and enable sylpheed-gtk2xtraeme1-1/+2
2003-09-28Initial import of sylpheed-gtk2-0.9.5-20030906.xtraeme5-0/+660
Sylpheed is an e-mail client (and news reader) based on GTK+, running on X Window System, and aiming for: * Quick response * Graceful, and sophisticated interface * Easy configuration, intuitive operation * Abundant features Currently, many features are supported including POP3, IMAP, NNTP, multiple accounts, threading, filtering, MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization, and more. This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and Botond Botyanszki.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Improve behaviour of Razor2 when running in taint mode.heinz1-1/+4
Fixes come from the SpamAssassin 2.60 release (originally from http://www.ijs.si/software/amavisd/ (Thanks to amavisd-new, Mark Martinec, and Vivek Khera!))
2003-09-27Improve behaviour of Razor2 when running in taint mode.heinz4-1/+64
Fixes come from the SpamAssassin 2.60 release (originally from http://www.ijs.si/software/amavisd/ (Thanks to amavisd-new, Mark Martinec, and Vivek Khera!))
2003-09-27Add USE_BUILDLINK2.recht1-1/+2
This should fix hubertf's bulk build.
2003-09-26Add and enable fix-mime-charset.wiz1-1/+2
2003-09-26Initial import of fix-mime-charset-0.4.0:wiz4-0/+35
In non-English mailing lists (particularly in Russian) there is a big problem with messages, where charset parameter of Content-Type header is set incorrectly. Sometimes software is buggy, sometimes people cannot set up their software properly, sometimes web-based email clients do not implement charsets. While reading such a mail, one should manually switch encoding in MUA back and forth. Incorrectly encoded or plain 8-bit Subject field is another big problem. Such fields often get corrupted while passing e-mail gateways. This program can be used to solve this problem while used as mail filter (in MTA, procmail, or a similar program).
2003-09-26Works with more Python versions.kim1-2/+2
2003-09-25add bin/mutt_dotlock to the PLIST if it is installed.grant1-1/+4
as observed on Darwin.
2003-09-24Correct path of example configuration file. Problem noted bytron1-2/+2
Markus Illenseer in private e-mail.
2003-09-24Allow use of base system libmilter if it exists and is complete enough.markd1-2/+20
Closes PR 22708 from wiz.
2003-09-24Whitespace.jmmv1-2/+2
2003-09-24Add and enable "sma" package.tron1-1/+2
2003-09-24Import new "sma" package: Sendmail log analysertron5-0/+50
This packages was contributed by Markus Illenseer in PR pkg/22921.
2003-09-24Updated to 1.0.1.xtraeme3-11/+13
Changes: 2002-09-12 Stable Version 1.0.1 released -------------------------------------- * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c More thoroughly check return value from read_smtp_response(). * libesmtp.h errors.c Added new "Client error" error code. This is just a cop-out, used when an API called by libesmtp fails. * base64.c Make conversions immune to NULL source data, * examples/mail-file.c Cleaned up some compiler warnings * siobuf.[hc] Added a few extra sio_ calls. Not actually used in libESMTP though. * concatenate.c errors.c getaddrinfo.c headers.c htable.c * protocol.c siobuf.c Don't perform zero length operations using the memxxx() functions. This may avoid segfaults on some platforms or libraries. * siobuf.c Improved handling of flushes in sio_write() particularly in the case where data would exactly fill remaining space in the buffer. * rfc2822date.c Correct leap year compensation for January and February in libesmtp_mktime(). * examples/Makefile Changed compiler flags from -ansi to -std=c99 and added -W * headers.c Eliminated bug where find_header() could pass -1 to the length argument of memchr() causing a core dump on some architectures. * libesmtp-private.h protocol.c smtp-bdat.c M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as explicitly permitted by RFC 3030, *sigh*. Hackish workaround implemented. * configure.in Makefile.am Added DIST_SUBDIRS macro to make sure tarball gets built properly. This one slipped past 'make distcheck' last time for some reason but then autoconf & friends are totally inscruitable. * ntlm/ntlmdes.c OpenSSL 0.9.7 changes some typedefs. Changed to suit, should still be compatible with previous OpenSSL versions.
2003-09-23Use ${SSLCERTS} instead of harcoded /etc/openssl.xtraeme1-2/+2
2003-09-23PKGREVISION++salo3-12/+54
Apply bugfix patches for the following problems: - Searching address fields can crash sometimes. - Auth process crashes if user doesn't have home directory set. - Some BODY and BODYSTRUCTURE replies missed data for message/rfc822 MIME parts causing clients to break.
2003-09-23Update to tmda-0.84kim3-10/+31
See share/doc/tmda/UPGRADE for important notes, or view the notes from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/tmda/tmda/UPGRADE before upgrading. There are too many changes to list here.
2003-09-22jchkmail is a behavior-based virus and spam milter for Sendmailmanu1-1/+2
2003-09-22Behavior-based virus and spam milter for Sendmailmanu5-0/+70
2003-09-21Add missing files to PLIST to fix errror with pkg_delete(1).taca1-1/+4
2003-09-21Capitalize comment.jmmv1-2/+2
2003-09-20Update p5-MailTools to 0.59, changes are:chris2-5/+5
version 1.59: Wed Aug 13 08:13:00 CEST 2003 - Patch by [Shafiek Rasdien] which adds Mail::Internet::smtpsend option MailFrom. - [Ziya Suzen] extended Mail::Mailer::test to provide more test information. - Added SWE (Sender Waranted E-mail) as abbreviation in field names which is always in caps, on request by [Ronnie Paskin] - Added SOAP and LDAP as abbreviation in field names which is always in caps.
2003-09-20Update clamav to 0.60. Note the new home is sourceforge.chris5-51/+59
Also fix pkg/22714, clamav not building, this was due to it rerunning configure due to dependancy updates, which built a new libtool, replacing the one we had given it from pkgsrc. The fix is to run autoconf and automake on the patches, I would have done diff's post autoconf/automake, but the diffs are much bigger. Known issue, if you run fetchclam to update the databases you'll find that pkg_install won't remove the db files as the MD5 checksum has changed, I may move the db files into etc/clamav and copy them in, then fetchclam can update as needed. However I thought that given the current spate of viruses hitting people they maybe wanting the latest version.
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-09-19Add and enable msmtp.wiz1-1/+2
2003-09-19Initial import of msmtp, an SMTP plugin for MUAs, provided bywiz5-0/+77
Bryan Carter Vyhmeister in PR 22840. and probably other MUAs (mail user agents). msmtp forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 * TLS encrypted connections * IPv6 support * robustness * detailed error messages (including the full answer of the SMTP server) if something goes wrong * sendmail compatible exit codes (which most MUAs understand). Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.
2003-09-19remove the M4 dance, and just set USE_GNU_TOOLS+=m4.grant1-18/+3
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-18Remove two unneeded (exec/unexec) lines from PLIST.wiz1-3/+1
Noted by Jeremy C. Reed in PR 22758.
2003-09-18- Add patch from NetBSD 1.6 branch's changes for parseaddr.c 1.8.2.1-1.8.2.3.taca4-3/+80
- Also bump sendmail version information itself. - bump package revision. BUGS Setting USE_WIDEPATCH=NO breaks the package.