How do I get a filter to check _every_ Content-type header in a message for specific content, instead of just the first one?
Right now I have header match "^Content-type:.*multipart/alternative.*" but it only seems to fire if the first Content-type header matches this; subsequent Content-type headers are not examined. Is it because other Content-type headers in MIME messages follow the blank line that marks the end of normal headers? Any suggestions? Essentially I want to toss any messages that contain certain Content-type parameters. -- Anthony __________________________________________________ Using The Bat! v3.0.1.33 on Windows XP 5.1 Build 2600 ________________________________________________ Current version is 3.0.1.33 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

