diff options
-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 |