* Gnus mail splitting headaches
@ 2003-11-29 17:45 Dan Anderson
2003-11-30 15:12 ` Jesper Harder
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dan Anderson @ 2003-11-29 17:45 UTC (permalink / raw)
I am using Emacs 21.3.50 built from CVS.
I just migrated to Gnus -- for mail and news -- and I love it.
However, I just realized today that my mail splitting has been sending
50% of my e-mail to mail.junk (for seemingly no reason). This is
legitimate e-mail, and if it weren't a holiday and I weren't having
fetchmail save all e-mails on the server and then double checking it
with Evolution I would really be in a stew.
Below is my .gnus for mail splitting:
,----[ mail splitting rules in my .gnus ]-----------------------------------
|
| (setq nnmail-split-methods
| '(
| ;; for all the mailing lists I subscribe to I'll have an entry like this:
| ("mail.mysql_listserv" "^To:.*mysql@lists.mysql.com.*")
| ("mail.mysql_listserv" "^Cc:.*mysql@lists.mysql.com.*")
| ("mail.mysql_listserv" "^Bcc:.*mysql@lists.mysql.com.*")
| ;; send junk email to /dev/null
| ("mail.junk" "^To:.*vim@vim.org.*")
| ("mail.junk" "^From:.*@yahoo-inc.com.*")
| ;; these last lines are supposed to be a catch all for
| ;; any e-mails addressed to me so they don't go to mail.junk
| ;; I used to have an entry like:
| ;; ("mail.unfiltered" "")
| ;; but it still didn't work
| ("mail.unfiltered" "^To:.*dan@mathjunkies.com.*")
| ("mail.unfiltered" "^Cc:.*dan@mathjunkies.com.*")
| ("mail.unfiltered" "^Bcc:.*dan@mathjunkies.com.*")
| ))
`----------------------------------------------------------------------------
What am I doing wrong? It's really weird. Virus e-mails
(like the "Security Update From Microsoft") have a tendency to get
through, but seemingly random e-mails will get dropped to junk. For
instance, the mySQL listserv will have 25% of its e-mails sent to junk
and the rest correctly put in the mysql_listserv. What am I doing
wrong?
Thanks for your help,
Dan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Gnus mail splitting headaches
2003-11-29 17:45 Gnus mail splitting headaches Dan Anderson
@ 2003-11-30 15:12 ` Jesper Harder
2003-11-30 17:03 ` Dan Anderson
2003-11-30 19:19 ` Harry Putnam
2003-11-30 19:20 ` Harry Putnam
2 siblings, 1 reply; 5+ messages in thread
From: Jesper Harder @ 2003-11-30 15:12 UTC (permalink / raw)
Dan Anderson <dan@mathjunkies.com> writes:
> | (setq nnmail-split-methods
> | '(
> | ;; for all the mailing lists I subscribe to I'll have an entry like this:
>
> What am I doing wrong?
Do you know `B t'? This command will tell you which splitting rule
was applied.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Gnus mail splitting headaches
2003-11-30 15:12 ` Jesper Harder
@ 2003-11-30 17:03 ` Dan Anderson
0 siblings, 0 replies; 5+ messages in thread
From: Dan Anderson @ 2003-11-30 17:03 UTC (permalink / raw)
Jesper Harder <harder@myrealbox.com> writes:
> Dan Anderson <dan@mathjunkies.com> writes:
>
> > | (setq nnmail-split-methods
> > | '(
> > | ;; for all the mailing lists I subscribe to I'll have an entry like this:
> >
> > What am I doing wrong?
>
> Do you know `B t'? This command will tell you which splitting rule
> was applied.
Thank you. I'm using B t to tweak the rules now.
-Dan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Gnus mail splitting headaches
2003-11-29 17:45 Gnus mail splitting headaches Dan Anderson
2003-11-30 15:12 ` Jesper Harder
@ 2003-11-30 19:19 ` Harry Putnam
2003-11-30 19:20 ` Harry Putnam
2 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2003-11-30 19:19 UTC (permalink / raw)
Dan Anderson <dan@mathjunkies.com> writes:
> I am using Emacs 21.3.50 built from CVS.
>
> I just migrated to Gnus -- for mail and news -- and I love it.
> However, I just realized today that my mail splitting has been sending
> 50% of my e-mail to mail.junk (for seemingly no reason). This is
> legitimate e-mail, and if it weren't a holiday and I weren't having
> fetchmail save all e-mails on the server and then double checking it
> with Evolution I would really be in a stew.
We, almost have to see headers from a sample mail or two to unravel
this. Just a tip aside. The mysql lists almost certainly have
something better to id them than To, Cc, Bcc. That approach will
almost certainly lead to some miss fires. Look for a `Sender' or
X-Loop or such to filter on.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Gnus mail splitting headaches
2003-11-29 17:45 Gnus mail splitting headaches Dan Anderson
2003-11-30 15:12 ` Jesper Harder
2003-11-30 19:19 ` Harry Putnam
@ 2003-11-30 19:20 ` Harry Putnam
2 siblings, 0 replies; 5+ messages in thread
From: Harry Putnam @ 2003-11-30 19:20 UTC (permalink / raw)
Dan Anderson <dan@mathjunkies.com> writes:
> I am using Emacs 21.3.50 built from CVS.
>
> I just migrated to Gnus -- for mail and news -- and I love it.
> However, I just realized today that my mail splitting has been sending
> 50% of my e-mail to mail.junk (for seemingly no reason). This is
> legitimate e-mail, and if it weren't a holiday and I weren't having
> fetchmail save all e-mails on the server and then double checking it
> with Evolution I would really be in a stew.
We, almost have to see headers from a sample mail or two to unravel
this. Just a tip aside. The mysql lists almost certainly have
something better to id them than To, Cc, Bcc. That approach will
almost certainly lead to some miss fires. Look for a `Sender' or
X-Loop or such to filter on.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-11-30 19:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-29 17:45 Gnus mail splitting headaches Dan Anderson
2003-11-30 15:12 ` Jesper Harder
2003-11-30 17:03 ` Dan Anderson
2003-11-30 19:19 ` Harry Putnam
2003-11-30 19:20 ` Harry Putnam
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 read-only IMAP folder(s) and NNTP newsgroup(s).