23 Mar
2012
23 Mar
'12
4:02 p.m.
On 3/23/2012 6:41 AM, Radim Kolar wrote:
Can somebody provide maildrop syntax for using deliver-lda as final delivery program during sorting mail in user mailfilter?
i mean replacement for "to" statement
if ( /^(To|Cc):.*dovecot@dovecot.org/:h ) { to $MAIL/.dovecot/ }
Dovecot's local delivery agent uses the Sieve language: http://wiki.dovecot.org/LDA/Sieve
The syntax is quite different than maildrop or procmail.
-- Stan