If the mail address (and its separate maildir) exists, then it will be delivered to there. (or you can use save instead of deliver)
G. ----- Original Message ----- From: "Mostafa M.Fouad" <[EMAIL PROTECTED]> To: "Gabor FUNK" <[EMAIL PROTECTED]>; <[email protected]> Sent: Thursday, December 28, 2006 4:46 PM Subject: Re: [exim] exim bulk mail creation >i want it to reouted to a mail directory not email > just like hotmail when the bulk email is delievered to a local directory > on the mailbox > > thanks > mostafa > ----- Original Message ----- > From: "Gabor FUNK" <[EMAIL PROTECTED]> > To: "Mostafa Fouad" <[EMAIL PROTECTED]>; <[email protected]> > Sent: Thursday, December 28, 2006 5:39 PM > 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 [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/ >> > > -- ## 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/
