Hi,
   I was trying to setup my mailserver for certain scenario, where I
will accept only email containing <a
href="http://www.glug-howrah.org/verify.php";> in the email body. So, I
used following settings.

1) White/Red  --> Reject All But Whitelisted Mail ( Enabled )
2) Regular Expression to Identify Non-Spam** (whiteRe)  -->
(href).*?(http).*?(verif)
3) NoProcessing --> Regular Expression to Identify NoProcessing
Incoming Mails* (npRe, default=X-Assp-Version) -->
(href).*?(http).*?(verif)

But, all emails are getting bounced even if the email body contains <a
href="http://www.glug-howrah.org/verify.php";> . But, if I am putting
same at Subject , it is getting delivered.

Please let me know how I can regex search full content to accept those
kind of emails only via whitelist / noprocessing .

Regards,
Krish

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to