aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--fetchmail.man11
2 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5a14bd6c..cf2c8f83 100644
--- a/NEWS
+++ b/NEWS
@@ -144,6 +144,9 @@ OTHER CHANGES:
Debian Bug#304701. Matthias Andree.
* Delete oversized messages with --flush when daemon mode isn't used.
Debian Bug#212240. Matthias Andree.
+* Put *BOLD* text into the manual page near --mda to state unmistakably that
+ the --mda %T and %F substitutions add single quotes, hoping to avoid bogus
+ bug reports such as Debian Bug #224564. Matthias Andree
fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines:
@@ -288,3 +291,5 @@ fetchmail-6.0.0 (Tue Sep 17 19:48:25 EDT 2002), 21972 lines:
* Updated de and po translations.
There are 520 people on fetchmail-friends and 683 on fetchmail-announce.
+
+ vim:tw=79 com=bf\:* ts=8 sts=8 sw=8 ai:
diff --git a/fetchmail.man b/fetchmail.man
index 07e52cef..a7e0eba8 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -439,7 +439,7 @@ be comma-separated.
.B \-m <command> | \-\-mda <command>
(Keyword: mda) You can force mail to be passed to an MDA directly
(rather than forwarded to port 25) with the --mda or -m option. To
-avoid losing mail, use this option only with MDAs like procmail or
+avoid losing mail, use this option only with MDAs like maildrop, procmail or
sendmail that return a nonzero status on disk-full and other
resource-exhaustion errors; the nonzero status tells fetchmail that
delivery failed and prevents the message from being deleted off the
@@ -450,14 +450,15 @@ and "/usr/bin/procmail -d %T" (but the latter is usually redundant as
it's what SMTP listeners normally forward to). Local delivery
addresses will be inserted into the MDA command wherever you place a
%T; the mail message's From address will be inserted where you place
-an %F. In both cases the addresses are enclosed in single quotes ('),
+an %F. \fBDO NOT ENCLOSE THE %F OR %T STRING IN SINGLE QUOTES!\fR For
+both %T and %F, fetchmail encloses the addresses in single quotes ('),
after removing any single quotes they may contain, before the MDA
-command is passed to the shell. Do \fInot\fR use an MDA invocation
+command is passed to the shell. Do \fINOT\fR use an MDA invocation
like "sendmail -i -t" that dispatches on the contents of To/Cc/Bcc, it
will create mail loops and bring the just wrath of many postmasters
down upon your head. Also, do \fInot\fR try to combine multidrop
-mode with an MDA such as procmail that can only accept one addressee;
-you will lose.
+mode with an MDA such as procmail that can only accept one address;
+you will lose mail.
.TP
.B \-\-lmtp
(Keyword: lmtp)