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
23 hours 26 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 55 min ago
2 days 1 hour ago
2 days 5 hours ago
2 days 12 hours ago
2 days 13 hours ago
2 days 14 hours ago