how to use spamassassin?

neorder

Verified User
Joined
Oct 1, 2003
Messages
336
i followed the link here

http://help.directadmin.com/item.php?id=36

the problem is i couldn't find this

# Spam Assassin
#spamcheck_director:
# driver = accept
# condition = "${if and { \
# {!def:h_X-Spam-Flag:} \
# {!eq {$received_protocol}{spam-scanned}} \
# {!eq {$received_protocol}{local}} \
# {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
# } {1}{0}}"
# retry_use_local_part
# transport = spamcheck
# no_verify

prioir than that , i did run

cd /usr/local/directadmin/scripts
./spam.sh

any idea :confused:

thanks

i know jlasman from nobaloney.net will reply this, so i thanks in advance :p
 
That commented out text that you couldn't find is in the exim.conf file. the path should be /etc/exim.conf if it is not in there then you should update your exim package and it will install the new exim.conf file. Which is Jeff's spamblocker version. Then you will see that text near the bottom quarter of the file.
 
neorder said:
i know jlasman from nobaloney.net will reply this, so i thanks in advance :p
I would have except I was out all day Sunday (at last day of Alpine Village Octoberfest in Torrance, Calif.) so I didn't see it until now, and motobrandt has given you correct info on where to find it.

Jeff
 
Back
Top