[mew-int 02084] Re: alternative spam flag
mew at example.com
mew at example.com
Sun Nov 27 07:13:33 JST 2005
From: Francesco Scaglioni <fgs at example.com>
Subject: [mew-int 02083] alternative spam flag
Date: Sat, 26 Nov 2005 21:09:07 +0000 (GMT)
> My ISP does a pretty good job tagging spam by adding ::
>
> X-BV-Spam-Flag: YES
If you want to mark these with a default folder, e.g. +spam you can do
something like (not tested):
(setq mew-inbox-action-alist
`(("X-BV-Spam-Flag:" mew-bv-spam-flag)))
;; or add the above entry to your mew-inbox-action-alist
(defun mew-bv-spam-flag (val)
(when (and val (string-match "YES" val))
"+spam"))
Petter
More information about the Mew-int
mailing list