[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#4937: Mailtools does not work with smail



Package: mailtools
Version: 1.06-2

The perl mail interface does not work properly when told to use "sendmail"
as the transport agent.  Apparently, this is because it will not work with
"To" addresses given both on the command line and in the mail headers.
Here is a patch that allows it to work on my system.


--- Mailer.pm.orig      Thu Oct 24 14:04:32 1996
+++ Mailer.pm   Thu Oct 24 14:20:12 1996
@@ -270,7 +270,7 @@
 
     # We should always use a -t on sendmail so that Cc: and Bcc: work
     #  Rumor: some sendmails may ignore or break with -t (AIX?)
-    exec(( $exe, '-t', @$args, @$to ));
+    exec($exe, '-t', @$args);
 }
 
 ##

                                             
                                          Brian
                                 ( bcwhite@verisim.com )
                                             
-------------------------------------------------------------------------------
     measure with micrometer, mark with chalk, cut with axe, hope like hell

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: