I found the following code snippet that could be added to exim.conf that should be added over the sorting rules:
if
$h_X-Spam-Status: contains "Yes"
or
"${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
logwrite " => junk : SPAM"
save $home/Mail/junk/spam/
finish
endif
Would this work on my RH9/Exim/DA with Spamblocker?
I'd like to automatically put all spam-flagged emails in the email user's 'Spam' folder.
Thanks for help!
if
$h_X-Spam-Status: contains "Yes"
or
"${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
logwrite " => junk : SPAM"
save $home/Mail/junk/spam/
finish
endif
Would this work on my RH9/Exim/DA with Spamblocker?
I'd like to automatically put all spam-flagged emails in the email user's 'Spam' folder.
Thanks for help!