Hi!

this is my first try to write a own maildrop filter, it should not deliver 
mails with beginning ADV: in the subject. I looks like that my script works, 
but I would like do asks you if its a good idea to do it that way?

or are there better ways?


# this script does not deliver mails with the subject ADV:
# Written by Robert Penz ([EMAIL PROTECTED])

if ( /^Subject:([:space:])*ADV:.*/ )
     {
        # don't deliver it
        exit
     }




-- 
Regards,
Robert
----------------
Robert Penz
[EMAIL PROTECTED]

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to