Skip to content
Snippets Groups Projects
Commit 4862f282 authored by nimrod's avatar nimrod
Browse files

Some sieve rules updates.

parent 549d5030
No related branches found
No related tags found
No related merge requests found
Pipeline #3260 passed
...@@ -16,6 +16,10 @@ if address :is :domain "from" [ "drushim.co.il", "indeed.com", "picaro.co.il", ...@@ -16,6 +16,10 @@ if address :is :domain "from" [ "drushim.co.il", "indeed.com", "picaro.co.il",
{ {
fileinto "Wanted"; fileinto "Wanted";
} }
elsif address :is "from" [ "workatastartup@ycombinator.com" ]
{
fileinto "Wanted";
}
elsif anyof ( elsif anyof (
address :is :domain "from" [ "community.popcorncomputer.com", "puppet.com", address :is :domain "from" [ "community.popcorncomputer.com", "puppet.com",
"devopsdays.org", "teleticket.co.il", "puppetlabs.com", "drivehq.com", "devopsdays.org", "teleticket.co.il", "puppetlabs.com", "drivehq.com",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment