Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* ham/spam problem
@ 2009-01-03  7:02 henry atting
  2009-01-07 19:17 ` Ted Zlatanov
  0 siblings, 1 reply; 3+ messages in thread
From: henry atting @ 2009-01-03  7:02 UTC (permalink / raw)
  To: info-gnus-english

From time to time a mail that should definitively not be marked as spam
is put to my spam box. I manually move it to my INBOX and mark it as
read. This is my setting in ~/.gnus.el:

(setq gnus-parameter-ham-marks-alist (quote ((".*" ((gnus-del-mark 
gnus-read-mark gnus-ticked-mark gnus-killed-mark gnus-kill-file-mark 
gnus-low-score-mark))))))

Now, for one, two or three starts of gnus the so marked mail stays in
INBOX but then disappears in the spam box again.


henry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ham/spam problem
  2009-01-03  7:02 ham/spam problem henry atting
@ 2009-01-07 19:17 ` Ted Zlatanov
  2009-01-11 15:03   ` henry atting
  0 siblings, 1 reply; 3+ messages in thread
From: Ted Zlatanov @ 2009-01-07 19:17 UTC (permalink / raw)
  To: info-gnus-english

On Sat, 03 Jan 2009 08:02:14 +0100 henry atting <nspm_01@literaturlatenight.de> wrote: 

ha> From time to time a mail that should definitively not be marked as spam
ha> is put to my spam box. I manually move it to my INBOX and mark it as
ha> read. This is my setting in ~/.gnus.el: [marks settings snipped]
...
ha> Now, for one, two or three starts of gnus the so marked mail stays in
ha> INBOX but then disappears in the spam box again.

Do you use spam-split?  What does it say about that e-mail in
*Messages*, if you noted it?  What is your split sequence, if any?  What
do you use to recognize spam/ham?  How do you train your anti-spam program?  

You need to add a ham exit processor to your spam group to get ham in it
actually processed as such.  You can also add a ham move processor that
will move ham you see out automatically to your INBOX (preferrably to a
non-split mailbox actually, since you know it's ham, e.g. INBOX.mail if
that works for you).

Your sequence then will be:

(you) enter spam group
(you) see ham in spam group
(you) mark with ! flag (any ham flag will do)
(you) quit spam group
-> spam.el -> applies ham processor to ham
-> spam.el -> moves ham to INBOX.mail

Does that make sense?  You can customize the ham move group and the ham
processor with `G c' on your spam group or through gnus-parameters.

Ted

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ham/spam problem
  2009-01-07 19:17 ` Ted Zlatanov
@ 2009-01-11 15:03   ` henry atting
  0 siblings, 0 replies; 3+ messages in thread
From: henry atting @ 2009-01-11 15:03 UTC (permalink / raw)
  To: info-gnus-english

On Mi, Jan 07 2009, Ted Zlatanov wrote:

> On Sat, 03 Jan 2009 08:02:14 +0100 henry atting <nspm_01@literaturlatenight.de> wrote: 
>
> ha> From time to time a mail that should definitively not be marked as spam
> ha> is put to my spam box. I manually move it to my INBOX and mark it as
> ha> read. This is my setting in ~/.gnus.el: [marks settings snipped]
> ...
> ha> Now, for one, two or three starts of gnus the so marked mail stays in
> ha> INBOX but then disappears in the spam box again.
>
> Do you use spam-split?  What does it say about that e-mail in
> *Messages*, if you noted it?  What is your split sequence, if any?  What
> do you use to recognize spam/ham?  How do you train your anti-spam program?  
>
> You need to add a ham exit processor to your spam group to get ham in it
> actually processed as such.  You can also add a ham move processor that
> will move ham you see out automatically to your INBOX (preferrably to a
> non-split mailbox actually, since you know it's ham, e.g. INBOX.mail if
> that works for you).
>
> Your sequence then will be:
>
> (you) enter spam group
> (you) see ham in spam group
> (you) mark with ! flag (any ham flag will do)
> (you) quit spam group
> -> spam.el -> applies ham processor to ham
> -> spam.el -> moves ham to INBOX.mail
>
> Does that make sense?  You can customize the ham move group and the ham
> processor with `G c' on your spam group or through gnus-parameters.
>
> Ted

Yes, I use spam-split, my anti spam program is bogofilter.
I already added a ham exit processor however to the wrong group. ;)
Now everythings works fine. 
Additionally I found a script ->
        (http://www.emacswiki.org/emacs/GnusBogofilter) 
which helps me to define ham/spam via bogofilter directly.

Thanks
henry

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-11 15:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-03  7:02 ham/spam problem henry atting
2009-01-07 19:17 ` Ted Zlatanov
2009-01-11 15:03   ` henry atting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).