Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Spam Processor Ignoring Whitelist?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michael Audas  
View profile  
 More options Aug 14 2012, 10:51 pm
Newsgroups: gnu.emacs.gnus
From: Michael Audas <mrgn...@sdf.lonestar.org>
Date: Wed, 15 Aug 2012 12:51:34 +1000
Local: Tues, Aug 14 2012 10:51 pm
Subject: Spam Processor Ignoring Whitelist?

So I managed to get spam filtering working: gnus is now recognizing
emails from senders on my blacklist, flagging them as spam, and sending
them to the spam folder. However, I also have whitelist filtering turned
on, both here (in my init file):

,----
|    ;;Spam-filtering
|       ;;See: http://spamlinks.net/filter-bl.htm
|     (setq spam-use-blacklist t)
|     (setq spam-use-whitelist t)
|     (require 'spam)
|     (spam-initialize)
|     (setq nnmail-split-fancy '(| (: spam-split)  "mail.misc"))
`----

... and in the customization buffer for my mail.misc folder:

,----
| + Tick:
|   + [X] Spam Summary Exist Processor
|   + [X] Spam: Blacklist
|   + [X] Ham: Whitelist
| + Tick:
|   + [X] Spam autodetection: on (non-nil)
| + Tick:
|   + [X] Spam autodetection-specific methods (use specific methods)
|     + [X] spam-use-blacklist
|     + [X] spam-use-whitelist
| + Tick and supply value:
|   + [X] Destination for spam-processed articles at summary exit:
|         Move to a group: _spam_
|   + [X] Destination for ham articles at summary exit from a spam group:
|         Move to a group: _reclassify_
| + Tick:
|   + [X] Ham mark choices:
|     + [X] gnus-ticked-mark
|   + [X] Spam mark choces:
|     + [X] gnus-spam-mark
`----

... so everything _looks_ like it should work, but if I have an entry in
my blacklist specifying that an entire domain should be considered
"spam", e.g:

,----
| @yahoo.com
`----

... and then add exceptions to my whitelist:

,----
| purgat...@yahoo.com
`----

... mail sent from the whitelisted address is still flagged as spam
regardless. What am I missing here?

--
Michael Audas
gopher://sdf.org/1/users/mrgnash
Sent from Gnus/Emacs.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »