info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nnmail-split-fancy: Can not split on Subject


From: Göktuğ Kayaalp
Subject: nnmail-split-fancy: Can not split on Subject
Date: Sat, 08 Jul 2017 17:35:41 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Hi,

I have this configuration:

 nnmail-split-methods 'nnmail-split-fancy
 nnmail-split-fancy
 `(| (: spam-split)
     ;;; Github
     ("List-Id" "<redacted>/" "inbox")      ; Github issues on my github repos.
     ("From" "notifications@github.com" "github")
     ;;; Links
     ("Subject" "@<redacted2>" "<redacted2>")
     ;;; Self mail
     ("From" ,(macroexpand `(rx ,user-mail-address)) "self")
     "inbox")

Mail with the following subject line ends up in "self" group:

  From: "My Name" <value-of--user-mail-address>
  Subject: @<redacted2> test

where ‘<redacted2>’ is a short word of only alphanumerical characters.
What am I doing wrong?

Thanks in advance,
       gk.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]