Re: [exim] Using .forward files with .exim.

Inizio della pagina
Delete this message
Reply to this message
Autore: Robert Nicholson
Data:  
To: Josip Rodin
CC: exim-users
Oggetto: Re: [exim] Using .forward files with .exim.
Should this .forward file at least put the mail thru the pipe?

# Exim filter
logfile $home/filter.log
if error_message then finish endif
log "sending message $message_id to pipe"
pipe $home/perlscripts/filter.pl
#mail subject "message discarded"
finish