[RCU] forward filter is not working
Marchello
roundcubeforum.net at spamstop.tk
Thu Dec 5 22:07:04 CET 2019
Hi Andreas,
Though it is not exactly what you asked for, but I tested another
solution and it worked for me.
sudo nano /etc/aliases
testgmail: user at gmail.com
I've sent email to testgmail at mydomain.com and it was successfully
forwarded to user at gmail.com address.
Also I've heard this approach can be used for creating mailing lists
with several emails in one alias, but did not try it yet.
Hope this helps.
Best,
Marchello
On 2019-12-05 14:04, Andreas Meyer wrote:
> Hello!
>
> Tried to set a filter to forward an email but without luck.
>
> -- require ["copy"];
> # rule:[weiterleitung]
> if header :contains "to" "user at bitclusive.de"
> {
> redirect :copy "otheruser at gmail.com";
> stop;
> }
>
> Also a
>
> -- require ["copy"];
> # rule:[weiterleitung]
> if header :contains "to" "user at bitclusive.de"
> {
> redirect "otheruser at gmail.com";
> stop;
> }
>
> does not work. How can I solve this?
More information about the users
mailing list