search for: adressmatch

Displaying 1 result from an estimated 1 matches for "adressmatch".

Did you mean: address_match
2010 Sep 17
2
Too stupid for sieve (former maildrop user)
.../" } # 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/.Facebook.Invites.Events/" } } $E was a shortcut for (adressmatching): ADDR=getaddr($MATCH) E=`echo $ADDR | sed 's/^M//'` $M was the path to the maildir, like /home/vmail/domain.tld/name Is that possible? Or is maildrop simple more powerful? Thank you :-) Dieter