Maybe you don't have a user_prefs, but then maybe you are not the user calling SpamAssassin.

find / -name user_prefs | xargs grep -i blacklist_from
find / -name local.cf | xargs grep -i blacklist_from

Gary V


or (better)
find / -name user_prefs | xargs grep -i blacklist_
find / -name local.cf | xargs grep -i blacklist_

It was mentioned to check all .cf files, good idea:

find / -name *.cf | xargs grep -i blacklist_

_________________________________________________________________
See what you’re getting into…before you go there http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507

Reply via email to