Sendmail would not let me pipe to a pipe. I was getting an error message. The author of stripmime thought I would have to use a script with sendmail, so I gave it a try and it worked fine. Here are the associated files:
aliases file: a2-16v: "|/home/mailman/removemime" link to my script in /etc/smrsh: [root@maillist /etc/mail]# ll /etc/smrsh/ total 0 lrwxrwxrwx 1 root root 24 Jun 20 15:51 removemime -> /home/mailman/removemime [root@maillist /etc/mail]# cat /home/mailman/removemime #!/bin/sh /home/mailman/stripmime.pl|/home/mailman/mail/wrapper post a2-16v On Thu, 20 Jun 2002, Raquel Rice wrote: > On Thu, 20 Jun 2002 22:07:25 -0400 (EDT) > Fuzzy Fuzzy <[EMAIL PROTECTED]> wrote: > > > > > On Thu, 20 Jun 2002, Chad Rebuck wrote: > > > > > Any idea how I can get mailmail to work with stripmime and > > sendmail? > > > > <snip> > > > > assuming you are not using smrsh that should work > > > > A line from my aliases for list courage (2.1b2+ but the idea is > > the same): > > > > courage: > > "|/usr/local/bin/stripmime.pl|/usr/local/mailman/mail/mailman post > > courage" > > > > Fuzzy > > And if we are using smrsh?? > > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py