I'm trying to create a recipe, where I split the spam into two.
basically if it scores more than 8 it should get deleted, and if it is
spam but less than 8 it should be placed in a spam folder.
but it doesn't seem to accept it because of the stars (wildcard)
apart from getting spamassasin to change the character, I'm curious as
to how the regex would go for this? Anyone any bright ideas?
##### Kill Spam #####
:0 c
* ^X-Spam-Level:.*\*\*\*\*\*\*\*\*
$HOME/.Mail/spam
##### Reject Spam #####
:0 c
* ^X-Spam-Status:.*Yes,
/dev/null
--
Best regards,
tim mailto:email@xxxxxxxxxxxxxxxx
======================================================================
This is <vps-mail@xxxxxxxxxxxx> <http://www.perlcode.org/lists/>
Before posting a question, please search the archives (see above URL).