LOG="rc.local.s20 --begin " #$Id: rc.local.s20,v 1.2 1994/09/20 19:33:28 berg Exp $ # # This file contains several examples of how you can customise SmartList # through the RC_LOCAL_SUBMIT_20 hook. # PMSRC=/etc/procmail # # Appending a disclaimer to every outgoing mail: # LOG="Appending disclaimer " :0 fbw | cat - disclaimer.txt # Checked already in local.s10 # De-mangle RFC 2047 header mangling # :0Hhfw # * =\?[^?]+\?[qb]\?[^?]+\?= # | $HOME/bin/dmmh # INCLUDERC=/etc/procmail/pm-jamime-kill.rc LOG="Including $HOME/.etc/cestina.rc " INCLUDERC=$HOME/.etc/cestina.rc # # Adding some custom headers (although it will work, this is not # needed for Reply-To related headers, see the reply_to variable in # rc.custom): # LOG="Calling formail " # To get rid of some fields and add some new and overwrite Reply-To: :0 fhw | formail -i "List-Archive: (Web Archive of this list)" -I "X-Priority:" -I "X-MSMail-Priority:" -I "Sender:" -I "X-Sender:" -I "Precedence: bulk" -i "Errors-To: montana-request@natur.cuni.cz" -I "Importance:" -I "X-MS-Has-Attach:" -I "X-MS-TNEF-Correlator:" -I "content-class:" :0c { INCLUDERC=$HOME/.etc/rc.archiver } LOG="rc.local.s20 --end "