Only if the first spam message is received!jerry2005 said:mmhh did test it , but there is no spam folder created when you look with squirrelmail. Will try to solve it .....
fusionictnl said:Exim will create a "spam" folder wich you can access through an IMAP-Client like Squirrelmail.
if
$h_X-Spam-Status: contains "Yes,"
then
if
$local_part: is "[user]"
then
save /home/[user]/.spamassassin/spam 660
else
save /home/[user]/.spamassassin/user_spam/$local_part@$domain 660
endif
finish
endif