Commit 549d5030 authored by nimrod's avatar nimrod
Browse files

Add Toptal sieve filter.

parent ef5a1c96
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -105,3 +105,7 @@ elsif address :is :domain "from" ["schoollinks.com"]
{
    fileinto "schoollinks";
}
elsif address :is :domain "from" ["toptal.com", "*.toptal.com"]
{
    fileinto "toptal";
}