Jo Rhett wrote:

> René Berber wrote:
>> If I change Received.pm, line 414, like this:
>>
>>   # Sendmail, MDaemon, some webmail servers, and others
>> -  elsif (/^from .*?(?:\]\)|\)\]) .*?\(.*?authenticated.*?\).*? by/) {
>> +  elsif (/^from .*?(.*?authenticated.*?\).*? by/) {
> 
> This can't be right.  You have mismatched parens.  Perl agrees with me:

Yes, it's a typo, should be:

        elsif (/^from .*?\(.*?authenticated.*?\).*? by/) {

-- 
René Berber

Reply via email to