[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Exim filters



# Exim Filter
if
    $h_X-Spam-Status: contains "Yes"
        or
    "${if def:h_X-Spam-Flag {def}{undef}}" is "def"
then
    save $home/mail/spam/
    finish
endif
========================

2004-06-27 19:03:54 1Beigk-0000bM-00 <= jeffelkins@hotmail.com
H=bay1-f5.bay1.hotmail.com (hotmail.com) [65.54.245.5] P=esmtp S=1124
id=BAY1-F5hfbbWZkzNlD5000252d1@hotmail.com
2004-06-27 19:04:03 1Beigt-0000bW-00 <= jeffelkins@hotmail.com U=mail
P=spam-scanned S=1488 id=BAY1-F5hfbbWZkzNlD5000252d1@hotmail.com
2004-06-27 19:04:03 1Beigk-0000bM-00 => xxx <xxx@xxxx.org> D=spamcheck
T=spamc_delivery
2004-06-27 19:04:04 1Beigk-0000bM-00 Completed
2004-06-27 19:04:04 1Beigt-0000bW-00 == /home/xxxx/mail/spam/ <xxx@xxx.org>
D=userforward defer (-31): directory_transport unset in userforward driver

========================


I'm trying to set up an exim filter (sid, exim 3.36) -- My goal is to drop a
.forward file in my granddaughter's home dir so she misses the majority of the
drek. Spam assassin is working great, but the filter isn't.  

She's 13 and uses her Debian sid laptop daily. Catch em when they're young :)

TIA

Jeff







Reply to: