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

Top Page
Delete this message
Reply to this message
Author: Robert Nicholson
Date:  
To: Josip Rodin
CC: exim-users
Subject: 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