[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Solved [apparently] Re: double trouble with exim filter



Thanks to all, I have received messages into both of my mailboxes
without redundancy or repitition. The finish seems to do the trick, I am
posting my filter for any future readers that may like to follow suit.


# Exim filter

if $h_X-Mailing-List: contains "ebian-user"
then save $home/Mail/debian-user
finish
endif

if $h_X-Mailing-List: contains "ebian"
then save $home/Mail/debian
finish
endif

if $h_Resent-From: contains "mutt" or
	    $h_Cc: contains "mutt" or
	    $h_To: contains "mutt"
then save $home/Mail/mutt
finish
endif

Note: I removed the [d|D] so that I wouldn't have to worry about case
matching.

Frisco Rose	rosef@eou.edu	

Science Journal Ed. 		scijou@scijou.eou.edu
Hoke Center 307			Ph# 2-3787


Reply to: