On Wed, Aug 21, 2002 at 02:59:02PM -0400, Ron Culler wrote:
> My quarantine-attachement.txt syntax is:
> 
> MIME/REJECT: body part contains disallowed string<tab>
> Virus-X-MessageWall-Warning:<tab> SPAM or Virus based body text detected
> 

This is a regex string - so you need to escape the "/"

Try:

MIME\/REJECT: body part contains disallowed string<tab>
Virus-X-MessageWall-Warning:<tab> SPAM or Virus based body text detected

Also, if that header has any other chars in it, you should appened ".*" at
the end to catch them


-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to