Displaying 1 result from an estimated 1 matches for "ghuser".
Did you mean:
chuser
2019 Aug 30
1
Sieve Header question.
...I have the following:
if address :all :contains "from" ["github.com"] {
addflag "github";
addflag "MyFlags" "github";
set "mailbox" "GitHub";
if address :matches :user "to" "*" {
set "GHUser" "${1}";
addflag "${GHUser}";
addflag "MyFlags" "${GHuser}";
}
if header :matches "List-ID" "(.*/.*) <(.*)>" {
set "mailbox" "github-lists/${1}";
}
fileinto :flags "${MyFlag...