Hi guys,
I was receiving spam with subjects like re[34], Re [45]:, etc... that spam assassin didn't catch...
well, the solution: filter with regex. :D
just set a filter in CPanel where the 'Subject' 'matches regex' and put "\\N^((?i)re)(\\s|)+\\[([0-9])+\\]
|)$\\N" (without quotes) in the input box...
It will match: re[12], RE [3], Re [43]:, Re[55]:, and variations...
Have a nice filtering!
If anyone wants to understand the regex, please ask me...
Marcel Touma
I was receiving spam with subjects like re[34], Re [45]:, etc... that spam assassin didn't catch...
well, the solution: filter with regex. :D
just set a filter in CPanel where the 'Subject' 'matches regex' and put "\\N^((?i)re)(\\s|)+\\[([0-9])+\\]
It will match: re[12], RE [3], Re [43]:, Re[55]:, and variations...
Have a nice filtering!
If anyone wants to understand the regex, please ask me...
Marcel Touma