Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: jsheets on January 29, 2007, 04:41:30 PM

Title: Whitelist not working
Post by: jsheets on January 29, 2007, 04:41:30 PM
I have created a  whitelist for a listserv that I subscribe to that is getting blocked as spam.  I checked the logs when the messages stopped coming and notice that for some reason the messages from the listserv went from having a spam score of 0 to a spam score of 11 and started getting blocked.  I added the listserv domain to the database and it appears to be correct but I am still not receiving emails from the list.  Below is the result of db spamassassin show.

[root@mail ~]# db spamassassin show
wbl.global=list
    *555ins.info=Black
    *list.em.ohio.gov=White
wbl.global_to=list

I used the following commands to add the entries to the db:

db spamassassin setprop wbl.global *list.em.ohio.gov White
expand-template /etc/mail/spamassassin/local.cf
svc -t /service/spamd/

If anybody has any ideas I would appreciate it.  Thanks!
Title: I'll take a stab at it
Post by: idyll on January 30, 2007, 01:43:14 AM
You need to get an "@" sign into the mix.

So maybe try

*@list.em.ohio.gov White

the rest of your commands are on the money.


regards,

patrick
Title: Whitelist not working
Post by: skm on March 28, 2007, 11:38:40 AM
I found that there is not working of the "white list" in the webmail filter option.
Even I add the sender e-mail address in "white list"; the filter also move it to "junkmail" folder.
Title: Wild Cards and Whitelist
Post by: DancesWithWords on September 05, 2007, 08:36:10 PM
You need to get an "@" sign into the mix.

So maybe try

*@list.em.ohio.gov White

the rest of your commands are on the money.


regards,

patrick

Can *@li*.ohio.gov White  be done?

--
DancesWithWords
Title: Re: Whitelist not working
Post by: crazybob on September 05, 2007, 10:01:43 PM
skm. The white list in webmail is not connected to the white list in spamassassin in any way.

Bob
Title: Re: Whitelist not working
Post by: DancesWithWords on September 06, 2007, 02:59:22 AM
skm. The white list in webmail is not connected to the white list in spamassassin in any way.

Bob

Okay I sort of understand.  How are the 2 different??

--
bruce
Title: Re: Whitelist not working
Post by: shell on September 06, 2007, 03:03:36 AM
http://forums.contribs.org/index.php?topic=38071.msg171709#msg171709

Try this for server-manager control of spam assassin white and blacklist.

The blacklist in webmail is a filter for horde, and is a user interface - ie filtering here only works on messages already received (and in this case filtered by spam assassin).

The server-manager module in the post above will give you nice control over the spam assassin (before mail is delivered to end users).

Enjoy, and again thanks to Darrell for his great work. 8-)