> now i'm using spam assassin with exim to block email based on the > following > 1- mails which have score less than 5 is not a spam > 2- mails which between score 5,7 is problbly spam and that the subject is > edited to be "***SPAM*** $h_subject" > 3- mail over score 7 is definitly spam and blocked away > now i wanna make that all problebly spam is delivered or transported to a > local maildir folder "bulk mail" > how can i do that?
With exim (system) filter? Like: if $h_subject begins "***SPAM*** " then deliver [EMAIL PROTECTED] endif G. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
