Is there anything obviously with the following sieve script?  Its not
filtering, its all still being dumped to the mailbox :(

---------
require "discard";

if header :contains "Subject" "Delivery failure" {
        discard;
} elsif header :contains "Subject" "Postmaster notify: see transcript for details" {
        discard;
} elsif header :contains "Subject" "Automatic Reply:" {
        discard;
} elsif header :contains "Subject" "Returned mail:" {
        discard;
} elsif header :contains "Subject" "Mail System Error" {
        discard;
}
----------

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: [EMAIL PROTECTED]           secondary: scrappy@{freebsd|postgresql}.org

Reply via email to