[Mimedefang] How to whitelist incoming mails

Paul Murphy pmurphy at ionixpharma.com
Thu Jun 10 11:51:06 EDT 2004


VK,

> Our HR department are getting lots of resumes for vaious posts but it
> gets blocked by SA/MD and is sent to spamdrop account. One 
> thing common
> here is all have following Subject to begin with :
>  " Monster Resume #12122233 (some number) ....."
> 
> How can I allow messages with this suject to come in. All 
> such mails may
> have different sender's ID.
> 
> Any suggestions ??

Add a check of the subject to filter_begin - as well as checking the subject,
you might want to ensure that it comes from the correct relay address, or
sender, or whatever, as well.

sub filter_begin () {
if ( $Subject =~ /Monster Resume/i ) {
  return('ACCEPT_AND_NO_MORE_FILTERING', 'Ok');
  }
# now for everything else, carry on processing
...


Best Wishes,

Paul.
__________________________________________________
Paul Murphy
Head of Informatics
Ionix Pharmaceuticals Ltd
418 Science Park, Cambridge, CB4 0PA

Tel. 01223 433741
Fax. 01223 433788


_______________________________________________________________________
DISCLAIMER:
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to which they
are addressed.  If you have received this email in error please contact
the sender or the Ionix IT Helpdesk on +44 (0) 1223 433741
_______________________________________________________________________ 



More information about the MIMEDefang mailing list