OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Can't get MIME header checks to work

From: Amol Hatwar (amolhatwar.org)
Date: Fri Mar 10 2006 - 13:40:43 CST


> Probably because your regexp doesn't match the MIME header you want
> to match.
>
> * Your regexp requires double quotes around the filename, but you
> will encounter messages without the quotes.
> * Your regexp requires that the header line ends immediately after
> the "name" attribute, but you will encounter messages that will
> contain trailing data.

Thanks. My mistake, should have paid more attention to the regexes in
the first place.

Regards,

ah