X-Message-Index: 018 X-Message-Prev: 385 X-Message-Next: 019 X-Thread-Prev: 017 X-Thread-Next: 019 From: shaver@atanasoff.cs.iastate.edu (Dave Shaver) To: phage X-To: phage Subject: Sendmail hacking Date: Thu, 3 Nov 88 22:15:52 CST X-Date: Thu 23:15:52 03/11/1988 EST For those of you "hacking" Sendmail source, there is another way to catch the virus. Change the definition of the prog mailer in the config file to use something something other than /bin/sh. I wrote a small program to "catch" any messages sent to the prog mailer and save them for future reference. e.g.: Change this: Mprog, P=/bin/sh, F=lsDFMe, S=10, R=20, A=sh -c $u to this: Mprog, P=/bin/catcher, F=lsDFMe, S=10, R=20, A=sh -c $u /bin/catcher can do whatever you feel is apropos. Saves one from hacking cc, etc, too. Just a thought. /\ Dave Shaver -=*=- CS Software Support Group, Iowa State University \\ UUCP: hplabs!hp-lsd!atanasoff!shaver \/ Internet: shaver@atanasoff.cs.iastate.edu