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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Robert Nicholson
Ημερομηνία:  
Προς: Josip Rodin
Υ/ο: exim-users
Αντικείμενο: 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