On Sun, 19 Aug 2001 18:56:37 +1000
"Robert" <[EMAIL PROTECTED]> wrote:

> I configured Apache::CodeRed to send me messages with each email and so on -
> 
> How do I stop it from doikn that? I changed the CodeRed.pm file, but it's
> being ignored?

Configuration variables for Apache::CodeRed seem to be hardwired
in CodeRed.pm itself. Reuven, why not kick out these variables as
those defined by "PerlSetVar" in http.conf file? 

For instance, 

  PerlSetVar CodeRedFromAddress [EMAIL PROTECTED]

You can get this variable via 

  my $fromaddr = $r->dir_config('CodeRedFromAddress');


--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>

Reply via email to