milkbone57 22 years ago
parent
commit
96a5757c04
  1. 2
      docs/VERSION.txt
  2. 2
      plugins/Monitor/Monitor.pl

2
docs/VERSION.txt

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
0.355
0.355 07-21-2003
--
* New Logon Screen

2
plugins/Monitor/Monitor.pl

@ -14,7 +14,7 @@ sub sendmail @@ -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;

Loading…
Cancel
Save