Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#73 closed defect (fixed)

news2mail's crosspost handling code generates bad To headers

Reported by: eagle Owned by: eagle
Priority: low Milestone: 2.5.0
Component: utilities Version:
Severity: normal Keywords:
Cc:

Description

news2mail uses the following to generate the To header:

print SM "To: @a\n\n";

If there are multiple addresses, this generates a broken header since it uses a bare space as a delimiter. sendmail will then turn this into a dot and corrupt the header. It needs to use a comma instead.

Change History (2)

comment:1 Changed 14 years ago by Julien ÉLIE

Resolution: fixed
Status: newclosed

(In [8249]) Add a comma to separate addresses. Otherwise, a broken To:
header was generated by news2mail when multiple addresses
were used.

close #73

comment:2 Changed 14 years ago by Julien ÉLIE

Milestone: 2.5.0
Note: See TracTickets for help on using tickets.