diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 03:08:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-02 03:08:54 +0000 |
commit | 34fcdc401a9da859628d5aa8b338f6e3bbd6fc27 (patch) | |
tree | 78c0a72e289a751224c8f479eabc4225ed6c49c0 | |
parent | b5ce06b90ea4283596a70458d72b474bcc9d24da (diff) | |
download | fetchmail-34fcdc401a9da859628d5aa8b338f6e3bbd6fc27.tar.gz fetchmail-34fcdc401a9da859628d5aa8b338f6e3bbd6fc27.tar.bz2 fetchmail-34fcdc401a9da859628d5aa8b338f6e3bbd6fc27.zip |
Followup to qvirtual.
svn path=/trunk/; revision=1466
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | sample.rcfile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ fetchmail-4.3.0 () * FAQ update, including a major new item on how to protect your password. * Added code to have %F in an MDA string expand to the From address * Added code to prevent buffer spamming via the MDA %T/%s escape. +* Luca Olivetti's --qvirtual option patch for qmail users. There are 286 people on the fetchmail-friends list. diff --git a/sample.rcfile b/sample.rcfile index 45bcc2ff..191a9446 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -30,6 +30,7 @@ # authenticate (or auth) -- must be followed by an authentication type # timeout -- must be followed by a numeric timeout value # envelope -- must be followed by an envelope header name +# qvirtual -- must be followed by a name prefix # no envelope # aka -- must be followed by one or more server aliases # localdomains -- must be followed by one or more domain names |