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
10 hours 35 min ago
13 hours 2 min ago
1 day 57 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 14 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 9 hours ago
2 days 10 hours ago