diff options
author | wiz <wiz> | 2003-03-22 03:40:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-22 03:40:21 +0000 |
commit | 0fc2e12956daa28f6e49dfbf4b3bc45e8841ffda (patch) | |
tree | 4e7a6b6e20b8530837a9a3dc3681abe1e0fcfae0 /mail/getmail | |
parent | 0ea0f8cab12894ee49a5a7509a63d20b35290538 (diff) | |
download | pkgsrc-0fc2e12956daa28f6e49dfbf4b3bc45e8841ffda.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. + +=========================================================================== |