Author: richard Date: To: exim-users Subject: [Exim] filter question- re post as i left html on and got a ton of bounces
What im really looking for is something like this line, but i cant seem to
make it work actually havent tried this exact line as acording to the docs
it shouldnt
save ${lookup{$thisaddress:folder}|search{</home/richard/filterfolders.txt>}
{/home/richard/mail/inbox}}
and this should check each and every address to catch all the from to ccc
bcc ..... big list
i figured the /home/richard/filterfolders.txt would look something like
this
exim.org folder=/home/richard/mail/exim-mailings
is there anyway of doing this
i think if i could seperate each address into a loop that might work, but im
not sure yet how to do either