X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spamass-milter.1.in;h=3caccfae7a31bba3874a6feaee6eaace72c6980b;hb=6d013c96afd4f99f07dfb988c1cb35f3477c7ba2;hp=f79776068156b0c5476774d269f7703471dcbfb4;hpb=b710828435b1f296a81fb7f239b64ce7a1b3e9b8;p=deb_pkgs%2Fspamass-milter.git diff --git a/spamass-milter.1.in b/spamass-milter.1.in index f797760..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,18 +9,20 @@ .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 .Op Fl f .Op Fl i Ar networks -.Op Fl I .Op Fl m .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 @@ -53,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 @@ -120,8 +127,6 @@ Multiple flags will append to the list. For example, if you list all your internal networks, no outgoing emails will be filtered. -.It Fl I -Ignores messages if the sender has authenticated via SMTP AUTH. .It Fl m Disables modification of the .Ql Subject: @@ -173,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 @@ -201,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 @@ -220,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