mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
Remove reference to github in sieveScript example
This commit is contained in:
parent
bb26860cf2
commit
3541f76be5
@ -97,8 +97,8 @@ in
|
||||
example = ''
|
||||
require ["fileinto", "mailbox"];
|
||||
|
||||
if address :is "from" "notifications@github.com" {
|
||||
fileinto :create "GitHub";
|
||||
if address :is "from" "gitlab@mg.gitlab.com" {
|
||||
fileinto :create "GitLab";
|
||||
stop;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user