Commit a8198410 authored by nimrod's avatar nimrod
Browse files

More mail filter rules.

parent 4df0629c
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ elsif anyof (address :is :domain "from" [ "travelbird.be", "nitzan-hr.com",
{
	fileinto "Junk";
}
elsif address :is :domain "from" [ "startcom.org", "davidcpa.co.il", "icount.co.il" ]
elsif address :is :domain "from" [ "startcom.org", "davidcpa.co.il",
"icount.co.il", "10ten.co.il", "greeninvoices.co.il" ]
{
	fileinto "Shore";
}
@@ -69,3 +70,11 @@ elsif address :is :domain "from" [ "htzone.co.il" ]
{
    fileinto "htzone";
}
elsif address :is :domain "from" ["chorus.one"]
{
    fileinto "ChorusOne";
}
elsif address :is :domain "from" ["fibi.co.il"]
{
    fileinto "fibi";
}