[exim] Checking header against RFC2822

2012-02-28 Thread Pavel Gulchouck
Hello,

if a message contains header field
To: user@domain user@domain
then verify = header_syntax returns error, in my case

Feb 28 14:59:02 gopher exim[74934]: 2012-02-28 14:59:02 1S2Mdm-000JUc-Ch 
H=happy.kiev.ua (happy) [213.133.161.33] F=g...@gul.kiev.ua rejected after 
DATA: message header fail syntax check: malformed address: 
q...@happy.kiev.ua\n may not follow q...@happy.kiev.ua : failing address in 
To: header is: q...@happy.kiev.ua q...@happy.kiev.ua

But why?

-- 
Pavel

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] Checking header against RFC2822

2012-02-28 Thread Marcin Mirosław
W dniu 28.02.2012 16:23, Pavel Gulchouck pisze:
 Hello,
 
 if a message contains header field
 To: user@domain user@domain
 then verify = header_syntax returns error, in my case
 
 Feb 28 14:59:02 gopher exim[74934]: 2012-02-28 14:59:02 1S2Mdm-000JUc-Ch 
 H=happy.kiev.ua (happy) [213.133.161.33] F=g...@gul.kiev.ua rejected after 
 DATA: message header fail syntax check: malformed address: 
 q...@happy.kiev.ua\n may not follow q...@happy.kiev.ua : failing address in 
 To: header is: q...@happy.kiev.ua q...@happy.kiev.ua
 
 But why?

Hello,
there is explanation: http://wiki.exim.org/FAQ/General_Debugging/Q0087
Regards,
Marcin.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] Checking header against RFC2822

2012-02-28 Thread John Burnham
 
 Feb 28 14:59:02 gopher exim[74934]: 2012-02-28 14:59:02 
 1S2Mdm-000JUc-Ch H=happy.kiev.ua (happy) [213.133.161.33] 
 F=g...@gul.kiev.ua rejected after DATA: message header fail 
 syntax check: malformed address: q...@happy.kiev.ua\n may 
 not follow q...@happy.kiev.ua : failing address in To: 
 header is: q...@happy.kiev.ua q...@happy.kiev.ua
 
 But why?
 

Should be 
q...@happy.kiev.ua q...@happy.kiev.ua
surely ?

 John
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Re: [exim] Checking header against RFC2822

2012-02-28 Thread Pavel Gulchouck
On Tue, Feb 28, 2012 at 04:38:51PM +0100, Marcin Miros??aw writes:
 W dniu 28.02.2012 16:23, Pavel Gulchouck pisze:
 
 if a message contains header field
 To: user@domain user@domain
 then verify = header_syntax returns error, in my case
 
 Feb 28 14:59:02 gopher exim[74934]: 2012-02-28 14:59:02 1S2Mdm-000JUc-Ch 
 H=happy.kiev.ua (happy) [213.133.161.33] F=g...@gul.kiev.ua rejected after 
 DATA: message header fail syntax check: malformed address: 
 q...@happy.kiev.ua\n may not follow q...@happy.kiev.ua : failing address 
 in To: header is: q...@happy.kiev.ua q...@happy.kiev.ua
 
 But why?

 Hello,
 there is explanation: http://wiki.exim.org/FAQ/General_Debugging/Q0087

Thank you!

-- 
Pavel

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/