[Esa-l] Carbon Copy Of Recipients Message

John D. Hardin jhardin at impsec.org
Thu Aug 16 18:31:41 PDT 2001


On Thu, 16 Aug 2001, Eric Brosius wrote:

> But I also get a copy of the recipients message.  Is there a way
> to turn that off.  Thanks.

NOTIFY_RECIPIENT doesn't behave that way - did you mean NOTIFY_SENDER?

I'll make it a configurable option.

For now, edit html-trap.procmail and find where it's generating the
NOTIFY_SENDER message. Make the following change:

      :0 h ci
      | ( \
          formail -r \
                  -I 'From: "Procmail Security daemon" <postmaster>'\
                  -I "Bcc: $SECURITY_NOTIFY" -I "$PM_CC" \
                  -I "X-Loop: EMAIL SECURITY WARNING $HOST $SECRET" \
          ;\


becomes:

      :0 h ci
      | ( \
          formail -r \
                  -I 'From: "Procmail Security daemon" <postmaster>'\
                  -I "$PM_CC" \
                  -I "X-Loop: EMAIL SECURITY WARNING $HOST $SECRET" \
          ;\

(in other words, drop the BCC to the $SECURITY_NOTIFY list)

--
 John Hardin KA7OHZ   ICQ#15735746   http://www.wolfenet.com/~jhardin/
 jhardin at impsec.org        pgpk -a finger://gonzo.wolfenet.com/jhardin
  768: 0x41EA94F5 - A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76 
 1024: 0xB8732E79 - 2D8C 34F4 6411 F507 136C  AF76 D822 E6E6 B873 2E79
-----------------------------------------------------------------------
  In 1998 more than three times as many people in the US were killed
  by incompetent physicians than were killed by handguns, yet the
  President of the A.M.A. is adopting "gun safety" as his platform.
-----------------------------------------------------------------------
   1174 days until the Presidential Election



More information about the esd-l mailing list