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

is my exim filter with white word cool?



Fellas, what do you think of my exim filter file filtering
spamassassin results... I first give 'em a pass-word in case they're
real.  [You see, I don't operate spamassassin, just have access to its
results.]  I do the best I can with the paltry exim user assignable
variables available, numbers. 

add 334424 to n9
if
	$h_subject: contains $n9
  then
	logwrite "**Passed with $n9: $tod_log $h_from $h_subject"
	finish
endif
#-----------------------------------------------
if
	$h_X-Spam-Status: contains FROM_NO_USER
then
 logwrite "FROM_NO_USER spam: $tod_log $h_from $h_subject"
 fail "FROM_NO_USER spam? If not, put \"$n9\" in Subject."
 seen finish
endif
#-----------------------------------------------
etc. etc., the whole file is in http://jidanni.org/test/exim-filter




Reply to: