diff options
author | wiz <wiz> | 2003-03-22 03:40:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-22 03:40:21 +0000 |
commit | 801b8ab753ea814db8e49f885301d24eda875e44 (patch) | |
tree | 4e7a6b6e20b8530837a9a3dc3681abe1e0fcfae0 /mail/getmail | |
parent | c664d174e34e879532109b7b58e5ca1663701fc6 (diff) | |
download | pkgsrc-801b8ab753ea814db8e49f885301d24eda875e44.tar.gz |
Add message explaining main differences to the old 2.x versions.
From Toru TAKAMIZU.
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/MESSAGE | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/getmail/MESSAGE b/mail/getmail/MESSAGE new file mode 100644 index 00000000000..bbff46aa601 --- /dev/null +++ b/mail/getmail/MESSAGE @@ -0,0 +1,13 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/03/22 03:40:21 wiz Exp $ + +There are two incompatible changes from 2.x. + + Mbox delivery is now accomplished via an external MDA including + getmail_mbox, which is included in this version of getmail. + It assumes mboxrd format and flock locking. Use with care. + + The recipient_header directive is renamed to "envelope_recipient". + You might have to update your getmailrc. + +=========================================================================== |