> 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";

Yes, although interestingly enough, iirc the docs say that the -t option is
only for privileged users.  In practice I've never had a problem with it.
I always wondered about that.

Dave Klingler

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

Reply via email to