On Thu, 20 Jun 2002 22:07:25 -0400 (EDT) Fuzzy Fuzzy <fuzzy@pooh.ASARian.org> 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??
-- Raquel
One of the annoying things about believing in free will and individual responsibility is the difficulty of finding somebody to blame your problems on. And when you do find somebody, it's remarkable how often his picture turns up on your driver's license. --P. J. O'Rourke
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 <fuzzy@pooh.ASARian.org> 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??
On Fri, 21 Jun 2002 09:04:34 -0400 (EDT) Chad Rebuck Chad Rebuck <crebuck@attglobal.net> wrote:
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
Thank you Chad! That makes sense.
-- Raquel
The greatest pleasure in life is doing what people say you cannot do. --Walter Bagehot
Raquel Rice wrote:
On Thu, 20 Jun 2002 22:07:25 -0400 (EDT) Fuzzy Fuzzy <fuzzy@pooh.ASARian.org> wrote:
assuming you are not using smrsh that should work
And if we are using smrsh??
then you need to put wrapper in the smrsh config so sendmail knows it's runable. Can't give specifics, I don't use sendmail.
participants (3)
-
Chad Rebuck -
LuKreme -
Raquel Rice