Mailing List Archive

svn commit: r485632 - /spamassassin/trunk/spamc/spamc.pod
Author: jm
Date: Mon Dec 11 04:07:55 2006
New Revision: 485632

URL: http://svn.apache.org/viewvc?view=rev&rev=485632
Log:
bug 5106: document -d/-x incompatibility

Modified:
spamassassin/trunk/spamc/spamc.pod

Modified: spamassassin/trunk/spamc/spamc.pod
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamc/spamc.pod?view=diff&rev=485632&r1=485631&r2=485632
==============================================================================
--- spamassassin/trunk/spamc/spamc.pod (original)
+++ spamassassin/trunk/spamc/spamc.pod Mon Dec 11 04:07:55 2006
@@ -73,6 +73,8 @@
If I<host> resolves to multiple addresses, then spamc will fail-over to the
other addresses, if the first one cannot be connected to. It will first try
all addresses of one host before it tries the next one in the list.
+Note that this fail-over behaviour is incompatible with B<-x>; if that
+switch is used, fail-over will not occur.

=item B<-e> I<command> I<[args]>, B<--pipe-to> I<command> I<[args]>

@@ -194,6 +196,8 @@
Disables the 'safe fallback' error-recovery method, which passes through the
unaltered message if an error occurs. Instead, exit with an error code, and
let the MTA queue up the mails for a retry later. See also L<"EXIT CODES">.
+
+This also disables the TCP fail-over behaviour from B<-d>.

=item B<-y>, B<--tests>