# rc.spam # picks out spam before doing the more expensive checks ##################################### # disposable addresses ##################################### :0 * ^TO_\/(fratermus|2006)@.*mousetrap.net { LOG="killing **disposable address** $MATCH ${NL}" :0 IN.spamgourmet.2006 } ##################################### # non-English charsets ##################################### :0 * ^Content-Type.*\/(euc-kr|ks_c_|big5) { LOG="moving **charset** $MATCH ${NL}" :0: KILL.charset }