Displaying 1 result from an estimated 1 matches for "foooooo".
Did you mean:
soooooo
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
...h OR
if($E =~ /name1 at domain1\.tld/ || $E =~ /name2 at domain2\.tld/)
{
to "$M/.Friends.Name2/"
}
# Filter Mailinglists
if (/^List-Id: .*<sylpheed\.sraoss\.jp>/)
{
to "$M/.ML.Sylpheed/"
}
# Filter FROM AND SUBJECT
if($E =~ /fname at domain.tld/ && /^Subject: *foooooo/)
{
to "$M/.foo/"
}
# Filter TO
if (hasaddr("name at domain.tld"))
{
to "$M/.foo/"
}
# Or something like this:
if($E =~ /.*@facebookmail\.com/)
{
if (/^Subject: .*invited you to join the group/)
{
to "$M/.Facebook.Invites.Groups/"
}
if (/^Subj...