28 Dec
2009
28 Dec
'09
1:20 p.m.
Am 28.12.2009 um 11:55 schrieb Steve Wagner:
if header :contains "Organization" "web.de" { discard; stop; }
This often works, but sometimes it fails. Procmail reports then that deliver reported an error (but not which) and delivers them to my inbox. There are also no message in dovecots or dovecot delivers log file.
This rule will fail, when there is no HeaderEntry called "Organization". You should try "From" instead, this HeaderEntry should always be there to test against.
Tobi