[SRCF-black-projects] Web based exim filter generator
Michael Cripps
michaelcripps@hyperoffice.com
Sat, 3 Nov 2001 00:55:53
Here are two types of redirection. Sorry this has taken so long, but our network
connection was down recently.
Michael Cripps:
# Exim Filter
# MSshell :: sender
if $sender_address is "guitarandbanjo@another.com" then
save mail/guitarandbanjo
finish
endif
#MSshell :: redirect
unseen deliver michaelcripps@hyperoffice.com
#END FILTER FILE. CHECKSUM=98066
I'm not sure about the CHECKSUM - this was an auto-generated file.
MC