|
| From: | William Henderson |
| Subject: | Re: newbie question: trouble with mail splitting |
| Date: | Mon, 27 May 2019 19:09:23 -0600 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
First set up a bit of a template dealy"
;;[START]
;; LET'S SPLIT [DISTRIBUTE] SOME OF THE MAIL
(setq nnmail-split-methods
'(
) ;; '(
) ;; (setq nnmail-split-methods
;;[/START]
Then fill it in (with as many of these lines as you like:
;; ALIEXPRESS
("shopping.aliexpress" "^From:.*aliexpress.com")
;; GTALUG
("forum.gtalug" "^To:.*gtalug.org")
("forum.gtalug" "^Subject:.\\[GTALUG\\]")
SO it will look like this at runtime"
;;[START]
;; LET'S SPLIT [DISTRIBUTE] SOME OF THE MAIL
(setq nnmail-split-methods
'(
;; ALIEXPRESS
("shopping.aliexpress" "^From:.*aliexpress.com")
;; GTALUG
("forum.gtalug" "^To:.*gtalug.org")
("forum.gtalug" "^Subject:.\\[GTALUG\\]")
) ;; '(
) ;; (setq nnmail-split-methods
;;[/START]
--
Bill Henderson
aka Slackrat
http://inconnu.freeshell.org/Sig/slackware.jpg
| [Prev in Thread] | Current Thread | [Next in Thread] |