Displaying 1 result from an estimated 1 matches for "spam_to_look_at".
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...conditions in dovecot so that, e.g.
mail to: bob at mydomain.com
is delivered to "bob"'s default INBOX.
but,
mail to: bob+spam at mydomain.com
is delivered to any specified (either a server-wide common relative path, or a
user-specified) SUBFOLDER, say "bob/INBOX/.../.../spam_to_look_at" defined by
a dovecot-rule invoked by the delimiter "spam" ...
this is a little different than the approach Mark mentioned of delivering
directly to folder_name specified by the local-part-after-delimiter ...
questions:
(1) until the two conf files merge, i'm guessing there...