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 [EMAIL PROTECTED]
  In-Reply-To: $in_reply_to
  Reply-To: [EMAIL PROTECTED]

  This pre-recorded message is being sent in response to your recent
  email to [EMAIL PROTECTED]


These should be changed to:

  print MAIL <<"EOM";
  To: $reply_to
  From: $list-request
  Subject: Your mail to [EMAIL PROTECTED]
  In-Reply-To: $in_reply_to
  Reply-To: [EMAIL PROTECTED]

  This pre-recorded message is being sent in response to your recent
  email to [EMAIL PROTECTED]


                                          Brian
                                 ( [EMAIL PROTECTED] )
                                             
-------------------------------------------------------------------------------
  Want to get it together?  We can help!  http://www.verisim.com/coordinator/


Reply via email to