This is a discussion on [courier-users] refrormail and encoding within the Courier-Imap forums, part of the Mail Servers and Related category; Hello, Int our out of office mailfilter, we are using this : cc $DEFAULT xfilter "reformail -r -t -I'From: ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
Int our out of office mailfilter, we are using this : cc $DEFAULT xfilter "reformail -r -t -I'From: USER <USER@DOMAIN>'" /^To:.*/ getaddr($MATCH) =~ /^.*/; MATCH=tolower($MATCH) flock "vacation.lock" { `fgrep -iqx "$MATCH" vacation.lst 2>/dev/null || { \ echo "$MATCH" >>vacation.lst ; \ exit 1 ; \ } ` } if ( $RETURNCODE == 0 ) exit to "| ( cat - ; echo ''; cat vacation.msg) | $SENDMAIL" Is there a way to force the encoding using reformail ? Regards ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |