You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2008/05/21 18:31:04 UTC

svn commit: r658745 - /spamassassin/branches/3.2/rules/20_vbounce.cf

Author: jm
Date: Wed May 21 09:31:04 2008
New Revision: 658745

URL: http://svn.apache.org/viewvc?rev=658745&view=rev
Log:
trivial bugfix: __BOUNCE_FROM_DAEMON incorrectly used + instead of *, so some From addresses were not being recognised as bounce senders

Modified:
    spamassassin/branches/3.2/rules/20_vbounce.cf

Modified: spamassassin/branches/3.2/rules/20_vbounce.cf
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.2/rules/20_vbounce.cf?rev=658745&r1=658744&r2=658745&view=diff
==============================================================================
--- spamassassin/branches/3.2/rules/20_vbounce.cf (original)
+++ spamassassin/branches/3.2/rules/20_vbounce.cf Wed May 21 09:31:04 2008
@@ -62,7 +62,7 @@
 # ---------------------------------------------------------------------------
 # General bounce messages
 
-header __BOUNCE_FROM_DAEMON   From =~ /(?:(?:daemon|deamon|majordomo|postmaster|virus|scanner|devnull|automated-response|SMTP.gateway|mailadmin|mailmaster|surfcontrol|You_Got_Spammed)\S+\@|<>)/i
+header __BOUNCE_FROM_DAEMON   From =~ /(?:(?:daemon|deamon|majordomo|postmaster|virus|scanner|devnull|automated-response|SMTP.gateway|mailadmin|mailmaster|surfcontrol|You_Got_Spammed)\S*\@|<>)/i
 
 header __BOUNCE_RPATH_NULL    Return-Path =~ /<>/