Package: dovecot-common
Version: 1:1.0.14-1
Severity: normal
I'm using deliver as my LDA, with the cmusieve plugin. I have the
following "reject" rule in a sieve script:
if address :contains "From" "[EMAIL PROTECTED]"
{
reject text:
It's a test.
..
;
stop;
}
When a message arrives from [EMAIL PROTECTED], the rule fires, the
message is discarded, and a rejection message is sent-- all correct.
The problem is that the rejection message is sent to the recipient of
the original message, not the sender.
Here's the exim log:
2008-07-07 11:17:18 1KFsSs-0006WJ-R8 <= [EMAIL PROTECTED] U=andrex P=local
S=1914 [EMAIL PROTECTED]
2008-07-07 11:17:18 1KFsSs-0006WO-S8 <= <> U=andrex P=local S=3154 [EMAIL
PROTECTED]
2008-07-07 11:17:18 1KFsSs-0006WJ-R8 => andrex <[EMAIL PROTECTED]> R=deliver
T=deliver_pipe
2008-07-07 11:17:18 1KFsSs-0006WJ-R8 Completed
2008-07-07 11:17:19 1KFsSs-0006WO-S8 => [EMAIL PROTECTED] R=smarthost
T=remote_smtp_smarthost H=smtp.g.comcast.net [76.96.62.117]
X=TLS1.0:RSA_AES_256_CBC_SHA1:32
DN="C=US,ST=Pennsylvania,L=Philadelphia,O=Comcast Cable Communications
Management LLC,OU=Business Center,CN=smtp.comcast.net"
2008-07-07 11:17:19 1KFsSs-0006WO-S8 Completed
This shows the message being received (I believe the 2nd line has to
do with the rejection by deliver), and 1 second later the rejection
message being sent-- to me, the recipient of the original message,
and not to the sender. Sure enough, I got the rejection message in my
inbox a minute later.
Here's what deliver wrote to syslog:
Jul 7 11:17:18 helium deliver(andrex): msgid=<[EMAIL PROTECTED]>: rejected
Thanks,
Andrew.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to
en_US)
Shell: /bin/sh linked to /bin/bash
Versions of packages dovecot-common depends on:
ii adduser 3.108 add and remove users and groups
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libcomerr2 1.40.8-2 common error description library
ii libkrb53 1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
ii libldap-2.4-2 2.4.9-1 OpenLDAP libraries
ii libmysqlclient15off 5.0.51a-9 MySQL database client library
ii libpam-runtime 0.99.7.1-6 Runtime support for the PAM librar
ii libpam0g 0.99.7.1-6 Pluggable Authentication Modules l
ii libpq5 8.3.3-1 PostgreSQL C client library
ii libsqlite3-0 3.5.9-3 SQLite 3 shared library
ii libssl0.9.8 0.9.8g-10.1 SSL shared libraries
ii openssl 0.9.8g-10.1 Secure Socket Layer (SSL) binary a
ii ucf 3.007 Update Configuration File: preserv
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
dovecot-common recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]