[EXIM] system filter

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: C Foster
Fecha:  
A: exim-users
Asunto: [EXIM] system filter

Hello folks...

I've just set up a system filter to catch locally generated DR's to
postmaster and bin them (for reasons best known to myself). My
message_filter file looks like:

# Exim filter

if $header_from: is "Mail Delivery System <Mailer-Daemon@???>" and
$header_to: is "postmaster@???"
then
save /dev/null
endif

finish


This looks to work ok, but I'm a bit confused with what appears in
the main log when one of these messages is caught:


1998-05-27 11:50:06 0yedmC-0002xy-00 <= cf2@??? H=apollo
[143.210.16.125] P=smtp S=705 from <cf2@le> for cf2@le
1998-05-27 11:50:06 0yedmC-0002xy-00 original recipients ignored
(message_filter)
1998-05-27 11:50:06 0yedmC-0002xy-00 => /dev/null@??? <message
filter> T=**bypassed**
1998-05-27 11:50:06 0yedmC-0002xy-00 Completed

Is this as it should be? "=> /dev/null@???" looks a
bit odd, but I don't receive the message, so I guess it's binned.

Thanks for reading...

Craig

_________________________________________________________________
Craig Foster                                         cf2@???
Network Support                                     0116 252 2245
University of Leicester Computer Centre     Leicester LE1 7RH, UK      




--
*** Exim information can be found at http://www.exim.org/ ***