Hi all,
I'm forwarding my e-mail from my gmx account to my own domain and trying to move it to a secified directory on the e-mail account. but this does not seem to work.
here's the rule:
Code:
if (/^Delivered-To: GMX delivery to myemail@gmx\.net$/)
{
to "Maildir/.myemail";
}
I've tried TONS of different paths in the "to" field, but none with success.
How can I simply put it in a subfolder of the users Inbox?
thanks
solved!:
Code:
to "$DEFAULT/.yourfolder";
:-)
Recent comments
1 day 5 hours ago
1 day 5 hours ago
1 day 10 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago