Larry Moore wrote:
Is the header supossed to be Message-ID or Message-id? I've noticed
both forms and thought I'd ask.
Thanks, larry
Message headers are not case-sensitive. (Ref RFC 822/2822)
This is probably why procmail condition matches are not case sensitive
by default.
i.e.
:0 :
* ^subject:
Will match on Subject:, subject:, SuBJeCt: etc
While
:0 D:
* ^Message-ID: will NOT match on message-id
The D flag says "pay attention to upper/lower case"
____________________________________________________________
procmail mailing list Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail