Hello. I have this rule for archive incoming and out messages to folders/subfolders:
\\MailDir\Data\Archiv-Sorted\Incoming\%SetPattRegExp=_(.*)@(.*)_%-%RegExpBlindMatch=_%FromAddr_%-%ODATE="yyyy"\%SubPatt=_2_\%SubPatt=_1_
Where output from mail this is:
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain.com\john.doe\*
But my IMAP server use as separator dots.
The problem is that it then creates domain and mailboxes that contain a dot as another subfolder.
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain\com\john\doe\*
Does anyone know how I can modify the rule so that the messages are correctly saved according to the original format...
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain.com\john.doe\*
\\MailDir\Data\Archiv-Sorted\Incoming\%SetPattRegExp=_(.*)@(.*)_%-%RegExpBlindMatch=_%FromAddr_%-%ODATE="yyyy"\%SubPatt=_2_\%SubPatt=_1_
Where output from mail this is:
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain.com\john.doe\*
But my IMAP server use as separator dots.
The problem is that it then creates domain and mailboxes that contain a dot as another subfolder.
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain\com\john\doe\*
Does anyone know how I can modify the rule so that the messages are correctly saved according to the original format...
\\MailDir\Data\Archiv-Sorted\Incoming\year\domain.com\john.doe\*