[ingo] Corrupt maildrop filter files

Thorsten Meinl Thorsten at meinl.bnv-bamberg.de
Tue May 20 06:34:09 UTC 2008


Hi all,

Occasionally, Ingo (version 1.1.2) creates corrupt mailfilter files, e.g.:
===
# Von Ingo erzeugtes maildrop Script (May 19, 2008, 3:31 pm)
##### Ausgeschlossene Adressen #####
if( \
    /^From: .*seiler at frankenluk\.de/:h \
)
exception {
    to to "${DEFAULT}
}

if( \
    /^From: .*ps\.teilnehmerbetreuung at gfk\.com/:h \
)
exception {
    to to "${DEFAULT}
}

##### Positivgelistete Adressen #####
if( \
    /^From: .*ps\.teilnehmerbetreuung at gfk\.com/:h \
)
exception {
    to "${DEFAULT}"
}
===

Notice the double "to" inside the exception-blocks and the missing 
quotes after DEFAULT. Has anyone seen this before? A short look at the 
code did not reveal an obvious bug for me. But I'm not really into 
PHP... Any help is appreciated!

Regards,

Thorsten


More information about the ingo mailing list