Commit graph

474 commits

Author SHA1 Message Date
bouyer
f3aed86bd1 works on solaris 2000-01-04 17:12:59 +00:00
bouyer
c2eed29811 Make it compile on solaris. 2000-01-04 16:58:50 +00:00
simonb
f23ae9eff7 Point to valid homepage. 2000-01-03 21:47:55 +00:00
kim
9db387d92c Make work on Solaris. 2000-01-03 21:25:44 +00:00
christos
a4c84a6aa8 fae patsa 2000-01-03 20:59:50 +00:00
christos
8e4942f66f -upgrade the version to say .pl1 and 20000103 2000-01-03 20:59:24 +00:00
christos
01ba9d167b - make this say blah.pl1 so people know they have applied the y2k fix
- make this work on Solaris.
2000-01-03 20:58:53 +00:00
itojun
aa5498d754 change special sendmail installation. now mail/sendmail includes
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
2000-01-02 18:02:50 +00:00
itojun
464c6eddbb incorporate WIDE sendmail patch (IPv6 support and other enhancements).
enable USE_INET6 cases.
2000-01-02 17:46:47 +00:00
christos
c3b00c58d1 Regen 2000-01-01 20:08:48 +00:00
christos
3fa22d90f9 Y2K botch 2000-01-01 20:08:27 +00:00
itojun
808d3c693f be more friendly with mailwrapper(8) when installing sendmail.
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-27 09:34:13 +00:00
itojun
94bc499e93 enable mail/rblcheck (rbl/maps filter checker) 1999-12-26 18:39:29 +00:00
itojun
237246c88f sync with netbsd pkgsrc practice. 1999-12-26 18:39:01 +00:00
itojun
bb7db35163 mail/rblcheck from freebsd-current 1999-12-26 18:35:40 +00:00
itojun
ed77a655ab add mail/mailagent into SUBDIR. 1999-12-26 17:36:34 +00:00
itojun
79a5b083cc fix mail/mailagent (email filtering tool) to fit into NetBSD pkgsrc. 1999-12-26 17:35:41 +00:00
itojun
11d5fee0f8 mail/mailagent from freebsd-current 1999-12-26 17:25:16 +00:00
itojun
eb4aecbc0c enable mail/distribute (mailing list dispatcher) 1999-12-26 17:20:57 +00:00
itojun
ba37b00498 pkgsrc for "distribute" mailing list handler.
XXX need hardcoded pathname for mailing list membership files
1999-12-26 17:20:31 +00:00
itojun
3c54ad1e74 mail/distribute from freebsd-current 1999-12-26 17:16:26 +00:00
abs
674559a283 Standardise PKGNAME versions (should start with a number) 1999-12-18 13:35:54 +00:00
mellon
0e3801e294 Build spruce. 1999-12-17 14:09:43 +00:00
mellon
d79818977b Spruce - a GNOME based mailer that actually seems to be usable. 1999-12-17 13:51:10 +00:00
soren
cb07aa0481 Prefer ncurses bugs to slang bugs. 1999-12-13 11:06:00 +00:00
rh
0c15c0fbf5 Add and enable balsa. 1999-12-12 18:16:06 +00:00
rh
ede7ec9fa1 Initial import of balsa-0.4.9.5, a GNOME email client. 1999-12-12 18:13:53 +00:00
soren
15c4bea02e Mutt works poorly with our ncurses, so use S-Lang instead. 1999-12-12 15:28:37 +00:00
ad
8ffe9af5ae Update to Exim 3.12. Changes since 3.11:
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-10 00:26:14 +00:00
rh
ab28fdf6da defuzz. 1999-12-07 20:21:48 +00:00
rh
325a8b9a55 Add and enable p5-MIME-tools. 1999-12-06 08:21:32 +00:00
rh
97998afb73 Import of p5-MIME-tools-4.124, a set of perl tools for encoding and
decoding MIME mails, provided by Havard Eidnes in PR 8957 (with some
modifications).  Thanks!
1999-12-06 08:17:36 +00:00
bouyer
90fa768a3f Compiles on Solaris 1999-12-05 22:06:19 +00:00
tron
7c5301e6d9 Only remind user to rebuild databases if DB 2.x is used. 1999-12-01 21:55:12 +00:00
tron
f097ef1f99 Let "post-install" rule recognize "${USE_DB2}", too. 1999-12-01 21:32:08 +00:00
tron
c083ee4659 Rename "/usr/sbin/makemap" only if DB 2.x is used. 1999-12-01 21:31:04 +00:00
tron
b3c5ba61db Because sendmail 8.9.3 works fine for several NetBSD users with the
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-01 21:15:20 +00:00
rh
3f73b3f5d6 Update p5-MailTools to 1.13.
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-01 17:23:41 +00:00
frueauf
6a4077d2ca Update fetchmail to 5.2.0.
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.
1999-12-01 12:43:02 +00:00
ad
d1d40832c4 Update to exim 3.11. 1999-12-01 11:20:25 +00:00
ad
5e6f48e9b3 Fix documentation list. 1999-12-01 11:19:19 +00:00
itojun
5a98c78547 mail/smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
(builds patched sendmail as well)
1999-11-29 08:33:29 +00:00
itojun
45b20285eb from KAME/netbsd repository 1999-11-29 08:06:32 +00:00
hubertf
816c9a4bf1 - Add note that majordom can be removed from /etc/group
- Call 'digest' from correct dir. Addresses PR 8814 by Berndt Josef
   Wulf <wulf@dingo.ping.net.au>
 - Add some headers to wrapper.c to fix several compile time warnings;
   partly submitted in PR 8756 by Berndt Josef Wulf <wulf@dingo.ping.net.au>
1999-11-27 16:50:01 +00:00
ad
75d6a9d82d Update exim to 3.10. 1999-11-25 18:05:02 +00:00
tron
b75afb8246 Fix build problems caused by libtool usage. 1999-11-25 14:32:42 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
tron
c9176705ec Update dependence on "db" package. 1999-11-23 09:57:17 +00:00
tron
d3c59ca776 Add "ftp.fu-berlin.de" to master site list. 1999-11-22 08:57:24 +00:00
jwise
b4150924f4 Update to pine-4.21. Changes from pine-4.20:
New in Pine

   Version is mainly intended to fix bugs introduced in previous
   versions.

   Bugs that have been addressed in this release include:

     * 'N' flag not preserved across sessions
     * 'N' flag not cleared when messages containing non-text pieces
       viewed
     * Sort failure using non-UW IMAP servers
     * Linux port: failure to recognize resized display
     * Problems with quoted /user= argument in smtp-server config
     * Transient (e.g., mistyped password) authentication failures not
       reported
     * Rare cases of deleted header lines reappearing after ^X in
       Composer
     * Customized headers Bcc, To, Cc and Lcc not shown when posting news
     * Problem with role pattern vs. color patterns in a file
     * Problem with color display vs. single line scrolling
     * Last line of one-page message not displayed in rare cases
     * Text in Reply/Forward of encapsulated multipart/alternative and
       signed missing
     * Failure to recognize list management headers in sorted folder
     * Attachments sometimes marked for deletion when scoring in use
     * Delayed notification of messages filtered from Inbox to current
       folder
     * WhereIs to start or end of Folder List screen didn't
     * PC-Pine crash selecting text from secondary window
     * PC-Pine instances of "FOLDER CLOSED DUE TO ACCESS ERROR"

   General improvements include:

     * Filter performance and interface tuning:
          + User-Interface changes to avoid accidental deletion of mail
          + Action Folders local to PC-Pine no longer require
            double-backslashes
          + Improved expunge performance with filters enabled
     * NNTP performance improvements in MESSAGE INDEX screen
     * Role Command (#) improvements
     * Improved display of addresses containing comma in personal name
     * Numerous Text/HTML parser improvements
     * Continued help text improvements
1999-11-22 01:01:51 +00:00