Author: richard Date: To: exim-users CC: richard.reynolds Subject: [Exim] filter question
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