On Tue, Aug 22, 2006 at 12:04:01PM +0200, Michael Fischer v. Mollard wrote: > that's a cool tip (I just forgot that I could use a regexp in the ACLs). > But it won't work in this case, as its not "Message-ID: Garbage" but > "GarbageMessage-ID: XXX". Even if matching '$hdr_<EF><BB><BF>Message-ID' > would work (not shure about that), this would only be a very specific > solution. Any other idea?
Is $message_headers available in an ACL (I think it is)? If so test that for /^[\200-\377]+Message-ID/ or similar. -- ``A little inaccuracy can save tons of explanation.'' (Saki) -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
