On 10/13/2013 08:23 PM, Michael Heydekamp wrote:
Then I create a reply to the message attached. The identity being chosen by RC is - much to my surprise - "bla@test.de". Although none of the headers does contain this identity at all. There are four headers containing the string "not_bla@test.de", of course, but this is anything but identical to "bla@test.de". Something is going wrong in terms of string comparison here.
Yes, for Return-Path we use stripos(). Other headers are checked in a different way. Create a ticket, please.