[Mailman-Users] Newlist from a webpage?
Dave Klingler
davek at mail.commercedata.com
Sun Dec 24 21:37:17 CET 2000
> 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
More information about the Mailman-Users
mailing list