X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=blobdiff_plain;f=spamass-milter.1.in;h=3caccfae7a31bba3874a6feaee6eaace72c6980b;hp=26c49009e519b95ab2e3cf6ca9b95fc2a2e58220;hb=HEAD;hpb=41e2e3de82a9b08e951286f30cb30b443a290529 diff --git a/spamass-milter.1.in b/spamass-milter.1.in index 26c4900..3caccfa 100644 --- a/spamass-milter.1.in +++ b/spamass-milter.1.in @@ -1,4 +1,4 @@ -.\" $Id: spamass-milter.1.in,v 1.19 2004/03/18 18:37:08 dnelson Exp $ +.\" $Id: spamass-milter.1.in,v 1.21 2014/08/15 02:25:31 kovert Exp $ .Dd July 25, 2001 .Os .Dt SPAMASS_MILTER 8 @@ -9,6 +9,7 @@ .Nm .Fl p Ar socket .Op Fl b Ns | Ns Fl B Ar spamaddress +.Op Fl C rejectcode .Op Fl d Ar debugflags .Op Fl D Ar host .Op Fl e Ar defaultdomain @@ -18,8 +19,10 @@ .Op Fl M .Op Fl P Ar pidfile .Op Fl r Ar nn +.Op Fl r rejectmsg .Op Fl u Ar defaultuser .Op Fl x +.Op Fl S /path/to/sendmail .Op Fl - Ar spamc flags ... .Sh DESCRIPTION The @@ -52,6 +55,11 @@ Only one of and .Fl B may be used. +.It Fl C Ar rejectcode +Mail that is rejected is rejected by default with a 5.7.1 code. This option +allows that to be overridden. See also, -R +.Fl S +option. .It Fl d Ar debugflags Enables logging. .Ar debugflags @@ -170,6 +178,15 @@ a separate folder just in case of false positives, you can use .Fl r Ar 15 and reject flagrant spam outright while still receiving low-scoring messages. +.It Fl R Ar rejecttext +Mail that is rejected is rejected with the message "Blocked by SpamAssassin". +This option allows the user to call with a different message, instead. See +also, the +.Fl C +option +.It Fl S Ar /path/to/sendmail +This option is used in conjunction with the -x option to specify a path +to sendmail if the default compiled in choice is not satisfactory. .It Fl u Ar defaultuser Pass the username part of the first recipient to spamc with the .Fl u @@ -198,7 +215,9 @@ which will perform virtusertable and alias expansion. The resulting username is then passed to spamc. Requires the .Fl u -flag. +flag. The spamass-milter configuration process does its +best to find sendmail, but it is possible to override this compiled-in +setting via the .It Fl - Ar spamc flags ... Pass all remaining options to spamc. This allows you to connect to a remote spamd with @@ -217,3 +236,4 @@ client interface to SpamAssassin .Sh AUTHORS .An "Georg C. F. Greve" Aq greve@gnu.org .An "Dan Nelson" Aq dnelson@allantgroup.com +.An "Todd Kover" Aq kovert@omniscient.com