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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Robert Nicholson
日付:  
To: Josip Rodin
CC: 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