Koozali.org: home of the SME Server

Whitelist not working

jsheets

Whitelist not working
« 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!

Offline idyll

  • ***
  • 113
  • +0/-0
I'll take a stab at it
« Reply #1 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
...

skm

Whitelist not working
« Reply #2 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.

Wild Cards and Whitelist
« Reply #3 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

Offline crazybob

  • ****
  • 894
  • +0/-0
    • Stalzer R&D
Re: Whitelist not working
« Reply #4 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
If you think you know whats going on, you obviously have no idea whats going on!

Re: Whitelist not working
« Reply #5 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

Offline shell

  • ***
  • 117
  • +0/-0
Re: Whitelist not working
« Reply #6 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-)