Displaying 1 result from an estimated 1 matches for "hasaddr".
Did you mean:
sasaddr
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
...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 (/^Subject: .*invited you to the event/)
{
to "$M/.Face...