Hi,
is there a way to intercept the mail that sends facebook groups?
I would like to move the mail sent from facebook groups to another
folder, I would like to do it for certain mail address only.
Facebook groups sends mail in a strange format and I cannot
intercept the recipient email address using the
manage sieve plugin.
I cannot filter for "TO" because the TO is something like:
To: "name of the facebook groups."
<isOfTheGroups@groups.facebook.com>
In the mail header I see that the mail of the recipient is
specified in the FOR attribute:
Received: from mx-out.facebook.com (outmail009.ash2.facebook.com
[66.220.155.143])
by mail.mydomain.org (Postfix) with ESMTPS id C151B2C209
for <myemail@mydomain.org>; Sun, 2 Feb
2014 21:04:00 +0100 (CET)
Should I use that for the filter?
If yes, how can I do it?
Thanks.