On 08/22/2011 04:06 PM, Daniel Schütze wrote: > Debug:[sql] dbmysql.c,db_query(+287): query [SELECT alias FROM > dbmail_aliases WHERE deliver_to = '4' ORDER BY alias DESC]
> dbmail-message.c,dbmail_message_get_header_addresses(+580): mail address > parser looking at field [To] with value [[email protected]] > Debug:[message] > dbmail-message.c,dbmail_message_get_header_addresses(+598): mail address > parser found [1] email addresses > Info:[message] > dbmail-message.c,dbmail_message_get_header_addresses(+580): mail > address parser looking at field [Cc] with value [(null)] > Message:[message] > dbmail-message.c,dbmail_message_get_header_addresses(+583): mail > address parser error parsing header field > Message:[delivery] pipe.c,send_reply(+382): no valid destination So, apparently the message received has 1 To address ([email protected]) and no Cc addresses. The reply is *only* sent if the message is addressed to a valid address of the recipient user (4). In this case: If [email protected] is *not* a valid alias for user 4 no reply is sent. This appears to be the case here. This is different from the old behaviour - which was severely broken and is now fixed. -- ________________________________________________________________ Paul J Stevens pjstevns @ gmail, twitter, skype, linkedin * Premium Hosting Services and Web Application Consultancy * www.nfg.nl/[email protected]/+31.85.877.99.97 ________________________________________________________________ _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
