On Dec 24, Dave Klingler wrote:
>sub send_mail {
>   # Get a sendmail process ready...
>   open (SENDMAIL, "| $sendmail");

Make sure that $sendmail not only includes the correct path to sendmail 
but also the correct flags, -t being the important one here (read
reciepinet addresses from headers)

$sendmail = "/usr/sbin/sendmail -oem -t";

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            [EMAIL PROTECTED]
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://www.python.org/mailman/listinfo/mailman-users

Reply via email to