Below is my global maildrop filter file. It is not a virus scanner but it
intercepts those messages with attachments that are likely to be virus
related. All messages are passed through the filter and scanned for having
attachments as below. Any that do are diverted to the sysadm account for
inspection. I check this account manually and send through manual
notifications to each recipient thereafter saying that an attachment was
deleted. Therefore i need to trust the sysadm account so that it can send
through attachments if they are OK.
What i would like though is to automate this process so that attachments get
stripped if they fall into a certain criteria and then get passed on to the
recipient in a clean state. That way i don't have to manually send
recipients any notifications.
But that is beyond me at this time.
if(/From:.*sysadm/ || /Delivered-To:.*sysadm/)
{
}
else
if(/name=.*\.(exe|vbs|scr|pif|bat|com)\"/:b)
{
to "[EMAIL PROTECTED]"
}
Regards,
Les Stott
Systems Administrator
Rentokil Initial
[EMAIL PROTECTED]
(02) 9370 9348
This email is confidential. If you are not the intended recipient, you must
not disclose
or use the information contained in it. If you have received this in error,
please
advise the sender by return email and delete the material from your
computer.
Rentokil Initial Pty Ltd ABN 98 000 034 597 does not warrant that any
attachments are free from viruses or any other defects. You assume all
liability for any loss, damage or other consequences which may arise from
opening or using the attachments.
----- Original Message -----
From: David Ehle <[EMAIL PROTECTED]>
Cc: courier-users <[EMAIL PROTECTED]>
Sent: Sunday, December 09, 2001 6:05 PM
Subject: [courier-users] Open Source or Freeware Virus Scanner for Courier?
>
> Hello all,
>
> I'm curious if the is a recommended Open Source or Freeware virus
> scanner that is recommended for running with Courier-mta. Or can the
> built in Mail filter do the job? I'm not so concerned about scanning
> every message for virii but I would like to stop the next worm before it
> gets to my users. (yes sadly I can't wean some of my users off Outlook).
>
> So, anyone have suggestions or willing to share the Maildrop config
> they use for this task?
>
> Thanks,
> David.
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users