Hi,
I just migrated to mailcow and have to deal with the challenge, that in use a lot of mail alias of type “max-…” (main alias separated with a “-”) that was supported by my former solution. I understood, that changing the separator is a no-go.
Therefore I try to forward all mails with the prefix “max-” in the alias to the main postbox “max@…”. I added a global pre-filter:
if address :contains "to" "max-" {
redirect "max@weuffel.com";
stop;
}
This works, but it seems that this breaks the spam filtering. What is the correct way to forward mails for existing addresses with an “-” as separator to the main postbox?
Best and thanks
Thomas