Re: [exim] Bounce without detailed LMTP error?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Patrick von der Hagen
Ημερομηνία:  
Προς: Marten Lehmann
Υ/ο: exim-users
Αντικείμενο: Re: [exim] Bounce without detailed LMTP error?
Am Donnerstag, den 26.10.2006, 02:51 +0200 schrieb Marten Lehmann:
[...]
> 2006-10-26 02:38:14 1GctG3-0001W9-M3 ** test@??? R=mailbox_cyrus
> T=mailbox_lmtpunix: LMTP error after end of data: 554 5.6.0 Message
> contains NUL characters

I have this statement in my rcpt-acl to avoid that bounces.

  deny message = Message contains NUL characters
    condition = ${if >{$body_zerocount}{0}{1}{0}}


--
CU,
Patrick.