summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2000-01-09use PATCH_FILES instead of rewriting the functionalitywiz1-22/+11
2000-01-09MASTER_SITE_XCONTRIB used, RCS tag added, DESCR shortenedwiz3-54/+6
2000-01-09removed unnecessary PKGNAME (== DISTNAME)wiz1-2/+1
2000-01-09whitespace removed, reformattedwiz1-14/+16
2000-01-09reorder lines to silence pkglintwiz1-10/+10
2000-01-09whitespace cleanup & command replacementwiz1-4/+3
2000-01-09replaced some commands by their ${COMMAND} counterpartswiz3-8/+10
2000-01-09whitespace cleanupwiz3-7/+5
2000-01-09RCS tags addedwiz3-0/+3
2000-01-09(re)genwiz2-2/+4
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs16-16/+16
2000-01-04works on solarisbouyer2-17/+24
2000-01-04Make it compile on solaris.bouyer3-3/+55
2000-01-03Point to valid homepage.simonb1-2/+2
2000-01-03Make work on Solaris.kim2-1/+30
2000-01-03fae patsachristos1-2/+2
2000-01-03-upgrade the version to say .pl1 and 20000103christos1-18/+16
2000-01-03- make this say blah.pl1 so people know they have applied the y2k fixchristos1-4/+4
- make this work on Solaris.
2000-01-02change special sendmail installation. now mail/sendmail includesitojun5-79/+16
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
2000-01-02incorporate WIDE sendmail patch (IPv6 support and other enhancements).itojun3-3/+24
enable USE_INET6 cases.
2000-01-01Regenchristos1-1/+2
2000-01-01Y2K botchchristos1-0/+13
1999-12-27be more friendly with mailwrapper(8) when installing sendmail.itojun4-9/+18
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let the user edit /etc/mailer.conf? I'm not really sure what is the best route.
1999-12-26enable mail/rblcheck (rbl/maps filter checker)itojun1-1/+2
1999-12-26sync with netbsd pkgsrc practice.itojun6-7/+15
1999-12-26mail/rblcheck from freebsd-currentitojun7-0/+204
1999-12-26add mail/mailagent into SUBDIR.itojun1-2/+2
1999-12-26fix mail/mailagent (email filtering tool) to fit into NetBSD pkgsrc.itojun13-10/+47
1999-12-26mail/mailagent from freebsd-currentitojun15-0/+351
1999-12-26enable mail/distribute (mailing list dispatcher)itojun1-1/+2
1999-12-26pkgsrc for "distribute" mailing list handler.itojun7-58/+63
XXX need hardcoded pathname for mailing list membership files
1999-12-26mail/distribute from freebsd-currentitojun8-0/+146
1999-12-18Standardise PKGNAME versions (should start with a number)abs1-1/+2
1999-12-17Build spruce.mellon1-1/+2
1999-12-17Spruce - a GNOME based mailer that actually seems to be usable.mellon7-0/+59
1999-12-13Prefer ncurses bugs to slang bugs.soren1-3/+3
1999-12-12Add and enable balsa.rh1-1/+2
1999-12-12Initial import of balsa-0.4.9.5, a GNOME email client.rh8-0/+139
1999-12-12Mutt works poorly with our ncurses, so use S-Lang instead.soren1-3/+3
1999-12-10Update to Exim 3.12. Changes since 3.11:ad2-5/+5
1. After a successful delivery, the message log file was being fclosed twice; some operating systems' C libraries just ignore the second fclose, but others crashed; this caused -J files to be left lying about. 2. The "contains" operation in filter files was failing to find matches when the initial character of the searched-for string was duplicated in the subject string, e.g. searching for "[Boston]" in "[[Boston] ..." failed. The bug was in the "strstric()" function, which would also have affected -R and -S operations.
1999-12-07defuzz.rh2-14/+14
1999-12-06Add and enable p5-MIME-tools.rh1-1/+2
1999-12-06Import of p5-MIME-tools-4.124, a set of perl tools for encoding andrh5-0/+74
decoding MIME mails, provided by Havard Eidnes in PR 8957 (with some modifications). Thanks!
1999-12-05Compiles on Solarisbouyer3-6/+9
1999-12-01Only remind user to rebuild databases if DB 2.x is used.tron2-6/+6
1999-12-01Let "post-install" rule recognize "${USE_DB2}", too.tron1-1/+3
1999-12-01Rename "/usr/sbin/makemap" only if DB 2.x is used.tron2-6/+12
1999-12-01Because sendmail 8.9.3 works fine for several NetBSD users with thetron3-8/+17
bug fixed DB 1.85 code in "libc" and using DB 2.x causes problems with 3rd party applications we use it only if "${USE_DB2}" is set to "YES".
1999-12-01Update p5-MailTools to 1.13.rh3-6/+14
Changes include: Mail::Header - fold_line now skips X-Face lines Mail::Filter - Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus) * Added return value to _filter() so that the function returns the result of the last subroutine in the list of filters. (the manpage specifies that one should have been able to do this originally.) Mail::Mailer - Treat VMS the same as MacOS as neither have sendmail et al. Mail::Mailer::smtp - Server can now be specified to Mail::Mailer contructor Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap - local-ize some globals used Mail::Cap - check in $ENV{HOME} is defined Mail::Address - Fix capitalization problems with names like "Lie<DF>egang" Mail::Address - Fix use of uninitialized warning Update Makefile.PL for release 1.12 Mail::Internet - Added options to smtpsend Mail::Send - Updated docs for 'smtp' Mail::Header - Fix _fold_line for lines which contain quoted strings Mail::Address - avoid warnings if undef is passed to parse() Mail::Address - tweak to format to ensure comment is delimeted by () - typo in docs - Documentation update to Mail::Internet Mail::Cap - Fixed mailcap search so it works on MacOS Mail::Mailer - Change to use Mail::Util::mailaddress Mail::Util - updated mailaddess to be aware of MacOS Mail::Header - fix read(0 and extract() not to require non-whitespace characters on continuation lines, a single leading whitespace char is all that is needed. - Applied patch from Roderick Schertler to - Two places in Mail::Header are changed so they don't use $'. - A Mail::Header::as_string method is added. - Mail::Internet::as_string and as_mbox_string methods are added. The mbox variant does encoding appropriate for appending a message to a Unix mbox file. - Tests for the three new methods are added. Mail::Util - tweak to what maildomain looks for in the sendmail config file Mail::Address - Split out real handlers into thier own .pm files - Added Mail::Mailer::smtp, this is the default for MacOS Mail::Mailer - Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support FreeBSD properly Mail::Address - Applied patch from Chuck O'Donnell to improve name extraction t/extract.t - change for new extraction bin/*.PL - change "#!$Config{'scriptdir'}/perl -w\n" ot $Config{'startperl'}," -w\n" Mail::Field - modified so it works with perl < 5.004 Makefile.PL - removed code to prevent installation of Mail::Field Mail::Header - Added \Q and \E to some regexp's Mail::Mailer - Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
1999-12-01Update fetchmail to 5.2.0.frueauf2-4/+4
fetchmail-5.2.0 (Tue Nov 30 14:24:25 EST 1999), 18302 lines: * fetchmailconf now complains and exits gracefully when not run under X. * configure.in port patch for OpenBSD from Federico G. Schwindt. * configure.in port patch fror Heimdal from Leif Johansson <leifj@it.su.se> * configure.in fix for OpenSSL configuration problems. * Teach fetchmail about the buggy FTGate server. * cs.po update from Jiri Pavlovsky. * Edmund Grimley's patch to uid.c to fix the `uidl keep expunge 1' case. * Abort startup if the configuration directory is nonexistent; this probably means an NFS mount of user's home directory failed. * Added warnings and FAQ items about the MailMax server, which doesn't download attachments.