From 96a5757c040cebeb015e77a6d6f74a867826b340 Mon Sep 17 00:00:00 2001 From: milkbone57 Date: Mon, 21 Jul 2003 19:46:25 +0000 Subject: [PATCH] "" --- docs/VERSION.txt | 2 +- plugins/Monitor/Monitor.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/VERSION.txt b/docs/VERSION.txt index 2b9af6c..ed06ad4 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1,4 +1,4 @@ -0.355 +0.355 07-21-2003 -- * New Logon Screen diff --git a/plugins/Monitor/Monitor.pl b/plugins/Monitor/Monitor.pl index 4331130..187a62f 100644 --- a/plugins/Monitor/Monitor.pl +++ b/plugins/Monitor/Monitor.pl @@ -14,7 +14,7 @@ sub sendmail $smtp->auth(option("MonitorUser"), option("MonitorPass")) if option("MonitorUser"); $smtp->mail("$user\@milkbone.org"); - $smtp->to('savannah@batkins.com'); + $smtp->to(option('MonitorRecipient')); $text =~ s/<.*?>//g;