Can dovecot's deliver deliver a mail to a certain subfolder within a user's mailbox? I was thinking of something along the lines of:
deliver -m subfolder
But what is the correct syntax to deliver to "spam", subfolder of INBOX?
deliver -m spam < message.txt deliver -m INBOX.spam < message.txt
-- Ralf Hildebrandt (Ralf.Hildebrandt@charite.de) plonk@charite.de Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155 http://www.arschkrebs.de
Ralf Hildebrandt wrote:
Can dovecot's deliver deliver a mail to a certain subfolder within a user's mailbox?
Yes, it can.
I was thinking of something along the lines of:
deliver -m subfolder
But what is the correct syntax to deliver to "spam", subfolder of INBOX?
deliver -m spam < message.txt deliver -m INBOX.spam < message.txt It depends on your configuration; by default "seperator = ." - thus "INBOX.spam" But..., if Sieve plugin is used, this location is used as the "keep" action's default value. Script can override/chage it.
Uldis
participants (2)
-
Ralf Hildebrandt
-
Uldis Pakuls