search for: envelopetodetail

Displaying 1 result from an estimated 1 matches for "envelopetodetail".

2014 Jan 06
1
Dovecot LMTP does not pass envelope recipient +detail to sieve
...if envelope :detail :matches "to" "*" { set "detail" "${1}"; } if envelope :matches "from" "*" { set "from" "${1}"; } debug_log "EnvelopeTo=${to}, EnvelopeFrom=${from}"; debug_log "EnvelopeToUser=${user}, EnvelopeToDetail=${detail}"; $ telnet localhost smtp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 tharned.org ESMTP Sendmail 8.14.7/8.14.7; Sun, 5 Jan 2014 23:56:22 -0600 (CST) mail from:<gcr at tharned.org> 250 2.1.0 <gcr at tharned.org>... Sender ok rcpt...