Hi!

We'd like to slightly modify the output of md_graphdefang_log to remove
some strings which cause false alerts in our log parsing system.  We log
like so:
        sub filter_end($) {
                # snip other stuff with spamassassin
                md_graphdefang_log('mail_in');
        }

What we'd like to do is change the errant strings in the Subject, Recipient
array and Sender before calling md_graphdefang_log, but it appears
(according to the manpage) that @Recipients and $Sender are not available
in filter_end().

So, just to double check, is that still true, should I simply set these
variables in another subroutine or is there a better way to manipulate the
output of md_graphdefang_log?

Thanks for any and all clue that can be imparted upon my thick skull :)

-n

--
-------------------------------------------
nathan hruby <[EMAIL PROTECTED]>
uga enterprise information technology services
core services  support
-------------------------------------------
"In 1972 a crack commando unit was sent to
 prison by a military court for a crime they
 didn't commit...."
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to