> I am using Squirrelmail 1.43a > I have set up the standard spam filters (the plugin that comes with the > standard setup, by choosing "options", then "Spam Filters" then choosing > from various lists). > Not one single spam message has been identified. > > The mail server is not mine. I only have FTP access, so I cannot even tell > you which imap server is being used. > I don't get any error messages, and everything else seems to be working > fine. > There is no SpamAssassin on the server or any other server filtering that > I can hook into. > > Any suggestions how I can get these spam filters to work?
I think, spam filters check only first ip address listed after your hop. "Your hop" is defined in plugins/filters/setup.php $SpamFilters_YourHop = ''; line. If you leave default value of $SpamFilters_YourHop, plugin checks first ip address and you are testing your own server. You can find list of tested addresses in dnscache file stored in squirrelmail data directory. plugins/filters/setup.php contains explanation about what you have to put in to that variable. -- Tomas ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
