severity 333239 important
thanks
* Douglas F. Calvert wrote:
> The most recent spamassassin v3.1.0 changed the format of the
> loglines that mailgraph reads. Mailgraph no longer thinks that the
> machine is receiving or identifying any spam.
This patch was included in mailgraph cvs last week:
--- mailgraph.pl 12 Sep 2005 11:50:11 -0000 1.14
+++ mailgraph.pl 3 Oct 2005 08:26:52 -0000 1.15
@@ -391,7 +391,7 @@
}
}
elsif($prog eq 'spamd') {
- if($text =~ /^identified spam/) {
+ if($text =~ /^(?:spamd: )?identified spam/) {
event($time, 'spam');
}
}
There will be a new release during next week, which I'll upload to
unstable asap.
Norbert
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]