[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#4325: majordomo -- incorrect quoting of '@'



Package: majordomo
Version: 1.93-3

The "request-answer" does not properly quote the "@" character (as required
by perl-5) it its outgoing mail.

The offending lines are:

  print MAIL <<"EOM";
  To: $reply_to
  From: $list-request
  Subject: Your mail to $list-request@$whereami
  In-Reply-To: $in_reply_to
  Reply-To: $list-approval@$whereami

  This pre-recorded message is being sent in response to your recent
  email to $list-request@$whereami.


These should be changed to:

  print MAIL <<"EOM";
  To: $reply_to
  From: $list-request
  Subject: Your mail to $list-request\@$whereami
  In-Reply-To: $in_reply_to
  Reply-To: $list-approval\@$whereami

  This pre-recorded message is being sent in response to your recent
  email to $list-request\@$whereami.


                                          Brian
                                 ( bcwhite@verisim.com )
                                             
-------------------------------------------------------------------------------
  Want to get it together?  We can help!  http://www.verisim.com/coordinator/



Reply to: