Skip to Content.
Sympa Menu

devel - bug report : sending the ListName through sendmail

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Fil <address@concealed>
  • To: Sympa-Dev <address@concealed>
  • Subject: bug report : sending the ListName through sendmail
  • Date: Fri, 9 Mar 2001 11:17:36 +0100


When I add an address with wwsympa the log (with sympa.pl -m) shows what
happens. The "welcome message" is sent with a bad call to sendmail (line 3):

(1) Mar 9 11:04:00 atlas wwsympa[7956]: [client 193.252.179.229] [user
address@concealed] [list info-diplo] do_add(address@concealed)

(2) Mar 9 11:04:04 atlas sympa[8394]: Processing web message for
address@concealed

(3) Mar 9 11:04:04 atlas sympa[8394]: safefork: /usr/sbin/sendmail -oi -odi
-oem -f Le Monde diplomatique <address@concealed>
address@concealed


The result is that sendmail sends the welcome message From_ Le@server TO:
Monde@server, diplomatique@server, <info-diplo...>, address@concealed...

the last address is OK, so the added address gets the welcome, but the other
addresses are wrong.

I guess the bug is line 547 in src/sympa.pl where $from is computed as
$hdr->get('From'). Don't know how to correct it though...

-- Fil




Archive powered by MHonArc 2.6.19+.

Top of Page