Re: [exim] exim bulk mail creation

Top Page
Delete this message
Reply to this message
Author: Gabor FUNK
Date:  
To: Mostafa Fouad, exim-users
Subject: Re: [exim] exim bulk mail creation
> 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 bulkmail@localdomain endif

G.