reassign 343752 devscripts thanks On Sat, Dec 17, 2005 at 01:40:04PM -0800, Daniel Burrows wrote: > --- bts.orig 2005-12-17 12:58:06.000000000 -0800 > +++ bts 2005-12-17 13:07:19.000000000 -0800 > @@ -259,6 +259,7 @@ > my $cachemode='min'; > my $refreshmode=0; > my $mailreader='mutt -f %s'; > +my $sendmailprogram='/usr/sbin/sendmail'; > > # Next, read read configuration files and then command line > # The next stuff is boilerplate > @@ -274,6 +275,7 @@ > 'BTS_CACHE_MODE' => 'min', > 'BTS_FORCE_REFRESH' => 'no', > 'BTS_MAIL_READER' => 'mutt -f %s', > + 'BTS_SENDMAIL_PROGRAM' => '/usr/bin/sendmail',
Shouldn't the default be /usr/sbin/sendmail rather than /usr/bin/sendmail? -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]