Gnus development mailing list
 help / color / mirror / Atom feed
* integrating spamassassin into pop retrieval?
@ 2002-04-10 14:42 Bill White
  0 siblings, 0 replies; only message in thread
From: Bill White @ 2002-04-10 14:42 UTC (permalink / raw)


How can I integrate spamassassin into this retrieval & splitting
system?

- email mysteriously arrives at pop.wolfram.com

- gnus grabs it via pop3.el and writes it to mail-source-crash-box,
  and stores a copy thanks to (setq mail-source-delete-incoming nil).

- the file is split via 

  (setq nnmail-split-fancy
        '(|
          (from ".*Dan Largent.*" "personal")
          (from ".*Michelle Largent.*" "personal")
          ("Subject" ".*Voice mail waiting for x.*" "voice-mail")
          ("Return-Path" ".*<dmeadows@idirect\\.com>.*" "Explorator")
  [...]
  ))

and is written into nnml files in the indicated dirs.

Is there a way to run spamassassin on each email as it's split?  Maybe
a function at the top of nnmail-split-fancy which would call it?  I
think I want to keep spamassassin completely local and use it only
when I explicitly retrieve email via 'g' in the Group buffer.

Thanks!

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-04-10 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-10 14:42 integrating spamassassin into pop retrieval? Bill White

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).