An exim filter which used to work perfectly has stopped working:
# Exim filter
if personal
alias tjrc1@???
alias tjrc1@???
alias tjrc1@???
alias timc@???
then
vacation
endif
When tested gives:
mole:~> exim -bf .forward.vac
To: tjrc1@???
Subject: test
Testing Exim filter file .forward.vac
Foo.
Condition is false: personal
alias tjrc1@???
alias tjrc1@???
alias tjrc1@???
alias timc@???
At the end of filtering "delivered" is false
Surely this is wrong? $header_to does contain one of the aliases,
$header_from does not contain anthing. Similarly none of the other tests
that personal is short for should be satisfied, and yet it still claims
the message is not personal. Can anyone confirm problems with this in
exim 1.8x? Or am I alone?
Tim.
--
--------------------------------------------------------------------------
Dr T J R Cutts Tel: +44 1223 333596
Dept. of Biochemistry, 80 Tennis Court Rd., Fax: +44 1223 766002
Cambridge, CB2 1GA, UK
--
*** Exim information can be found at
http://www.exim.org/ ***