Several patches are dropped because they were integrated upsteam. (Approval during freeze by wiz@.) Upstream changes since 0.3.1 from https://savannah.nongnu.org/forum/forum.php?forum_id=8094 Item posted by Todd Kover <kovert> on Thu 11 Sep 2014 01:05:20 AM GMT. I am pleased to announce the release of spamass-milt version 0.4.0. This is the first of what I hope are a number of maintenance releases with the goal to eliminate the outstanding bug/patch/feature requests: The following changes are included in this release - -C option to change the default reject code - -S option to specify a path to sendmail (for the -x option) - -R option to specify the rejection message - -a option to skip messages that were authenticated - IPv6 address support - zombie process fix for the - option introduced in 0.3.2 This also includes the fix for CVE-2010-1132 that was in the unannounced but generated 0.3.2 release.
28 lines
938 B
Text
28 lines
938 B
Text
$NetBSD: patch-ac,v 1.2 2014/12/18 22:23:01 gdt Exp $
|
|
|
|
(Part of) patch to add option to not scan mail from authenticated
|
|
users, from:
|
|
|
|
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-November/106024.html
|
|
|
|
--- spamass-milter.1.in.orig 2014-08-15 02:30:07.000000000 +0000
|
|
+++ spamass-milter.1.in
|
|
@@ -22,6 +22,7 @@
|
|
.Op Fl r rejectmsg
|
|
.Op Fl u Ar defaultuser
|
|
.Op Fl x
|
|
+.Op Fl a
|
|
.Op Fl S /path/to/sendmail
|
|
.Op Fl - Ar spamc flags ...
|
|
.Sh DESCRIPTION
|
|
@@ -218,6 +219,10 @@ Requires the
|
|
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 a
|
|
+Causes spamass-milter to pass through unchecked any messages from connections
|
|
+established using SMTP authentication. This is useful for sites with
|
|
+remote usrs.
|
|
.It Fl - Ar spamc flags ...
|
|
Pass all remaining options to spamc.
|
|
This allows you to connect to a remote spamd with
|