LOG="rc.local.r00 --begin " #$Id: rc.local.r00,v 1.2 1995/04/10 19:28:16 berg Exp $ # # This file contains several examples of how you can customise SmartList # through the RC_LOCAL_REQUEST_00 hook. # # # Allowing X-Command fields to be placed at the start of the body: # (Glues the start of the body to the header, pull out the sed manual # if you want to understand this one :-). # # Subject: X-Command: help # SECURITY_NOTIFY="postmaster, mmokrejs" SECURITY_QUARANTINE=/scratch/procmail/quarantine SECURITY_QUARANTINE_OPTIONAL="postmaster" SECURITY_NOTIFY_SENDER=YES SECURITY_STRIP_MSTNEF=YES MANGLE_EXTENSIONS="html?|exe|com|cmd|bat|pif|sc[rt]|lnk|dll|ocx|vb[se]?|hta|p[lm]|sh[bs]|hlp|chm|eml|ws[cfh]|ad[ep]|jse?|ms[ip]|reg|asd|cil|asx|wm[szd]" POISONED_EXECUTABLES=/etc/procmail/poisoned-files POISONED_SCORE=25 SCORE_DETAILS=YES SCORE_HISTORY=/scratch/procmail/macro-scanner-scores INCLUDERC=/etc/procmail/html-trap.procmail :0 Bfw * $^^(^)*$X_COMMAND: | sed -e '/^$/,$ !b' -e '/./,$ !d' # De-mangle RFC 2047 header mangling :0 Hfw * =\?[^?]+\?[qb]\?[^?]+\?= | $HOME/bin/dmmh LOG="rc.local.r00 --end "