Re: Exiscan: notifications?
Tim Jackson <[email protected]> Tue, 21 Dec 2004 21:14:15 +0000
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
On 21 Dec 2004, Matt Matt wrote:
Hi, please could you not top post. It makes it more difficult and time
consuming to help you. Thanks. I have corrected the layout of this
message.
> Tim Jackson
> > log_message = Detected virus ($malware_name) to $recipients
> Alright, this is what I have now.
[ ... ]
> deny message = MALWARE: This message contains a virus ($malware_name)
> addressed to ($recipients)
> But this also means any bounces due to anther SMTP without virus scanner
> relaying(rare) will contain a list of all recipients.
I think you missed the subtlety there. I proposed using "log_message", not
"message". For example:
deny malware = *
message = This message contains a virus ($malware_name)
log_message = Virus found ($malware_name) to $recipients
Note how you can put a different message in your log to that which you
send to the remote side. A very useful feature, especially because you can
put a shorter message in your logs whilst sending a more verbose reason to
the remote end.
Tim