all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives?
@ 2008-03-08 12:11 Don Saklad
  2008-03-08 12:37 ` Bastien
  2008-03-10 15:04 ` Joel J. Adamson
  0 siblings, 2 replies; 3+ messages in thread
From: Don Saklad @ 2008-03-08 12:11 UTC (permalink / raw)
  To: help-gnu-emacs

For nonprogrammers maybe dyslexic, or maybe ADD, how can spamassassin
headers be filtered so that all or most of the spam messages, rather
than mixed in with email, all or most go to a separate email file that
can be checked for any false positives?... RMAIL in EMACS
and from time to time mutt are used for email

Single session
a. How can this kind of filtering be done
   during a single RMAIL in EMACS session?...

Existing commands
b. What emacs commands are already available
   for this kind of filtering?...




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

* Re: For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives?
  2008-03-08 12:11 For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives? Don Saklad
@ 2008-03-08 12:37 ` Bastien
  2008-03-10 15:04 ` Joel J. Adamson
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2008-03-08 12:37 UTC (permalink / raw)
  To: Don Saklad; +Cc: help-gnu-emacs

Don Saklad <dsaklad@gnu.org> writes:

> For nonprogrammers maybe dyslexic, or maybe ADD, how can spamassassin
> headers be filtered so that all or most of the spam messages, rather
> than mixed in with email, all or most go to a separate email file that
> can be checked for any false positives?... RMAIL in EMACS
> and from time to time mutt are used for email

This list is about Emacs and I don't know mutt.

For storing Rmail message in a folder, look at
`rmail-automatic-folder-directives'.

C-h v rmail-automatic-folder-directives REG

For using spam filters with Rmail, put this in your configuration:

(require 'rmail-spam-filter)
(setq rmail-use-spam-filter t)

Then you need to set `rsf-definitions-alist': 

M-x customize-variable RET rsf-definitions-alist RET

Edit it to deal with spamassassin headers.

PS: when asking such questions it is a good idea to show what you
tried and what was the problem.  Otherwise people might think you 
didn't even try (which I don't think.)

-- 
Bastien




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

* Re: For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives?
  2008-03-08 12:11 For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives? Don Saklad
  2008-03-08 12:37 ` Bastien
@ 2008-03-10 15:04 ` Joel J. Adamson
  1 sibling, 0 replies; 3+ messages in thread
From: Joel J. Adamson @ 2008-03-10 15:04 UTC (permalink / raw)
  To: Don Saklad; +Cc: help-gnu-emacs

Don Saklad <dsaklad@gnu.org> writes:

> For nonprogrammers 

Become a programmer.

> maybe dyslexic, or maybe ADD,

Please don't post personal information or excuses for not following
advice.

Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.







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

end of thread, other threads:[~2008-03-10 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-08 12:11 For nonprogrammers maybe dyslexic, maybe ADD, how can spamassassin headers be filtered so that all or most of the spam messages, rather than mixed in with email, all or most go to a separate email file that can be checked for any false positives? Don Saklad
2008-03-08 12:37 ` Bastien
2008-03-10 15:04 ` Joel J. Adamson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.