Remove reference to github in sieveScript example

This commit is contained in:
nico202 2018-06-27 14:47:41 +02:00
parent bb26860cf2
commit 3541f76be5

View File

@ -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;
}