logwatch patches - spamassassin
"gulikoza" <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Spamassassin module prints more sendmail messages ("ruleset="). Perhaps a
generic "ruleset=" should be added but for now I've added the 2 lines that
bother me most.
Regards,
gulikoza
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Logwatch-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/logwatch-devel
logwatch-spamassassin.patch
(application/octet-stream, 512 B)
diff --git a/scripts/services/spamassassin b/scripts/services/spamassassin
--- a/scripts/services/spamassassin
+++ b/scripts/services/spamassassin
@@ -81,6 +81,8 @@
( $ThisLine =~ m/^AUTH=/ ) or
( $ThisLine =~ m/^STARTTLS/ ) or
( $ThisLine =~ m/^starting daemon \(/ ) or
+ ( $ThisLine =~ m/^ruleset=trust_auth/ ) or
+ ( $ThisLine =~ m/^ruleset=check_relay/ ) or
0 # Always last in the list, so all above can say "or" at the end
) {
; # We don't care about these