[geeklog-cvs] geeklog-1.3/plugins/spamx MailAdmin.Action.class.php,1.3,1.4

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Oct 19 06:47:31 EDT 2004


Update of /var/cvs/geeklog-1.3/plugins/spamx
In directory www:/tmp/cvs-serv5763/spamx

Modified Files:
	MailAdmin.Action.class.php 
Log Message:
To actually send any email notifications, the call to COM_mail shouldn't be commented out ...


Index: MailAdmin.Action.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/MailAdmin.Action.class.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MailAdmin.Action.class.php	3 Oct 2004 18:41:18 -0000	1.3
--- MailAdmin.Action.class.php	19 Oct 2004 10:47:28 -0000	1.4
***************
*** 37,41 ****
          $msg = sprintf($LANG_SX00['emailmsg'], $_CONF['site_name'], $_USER['uid'], $comment);
  
!         //COM_mail($_SPX_CONF['notification_email'], 'Spam Comment at ' . $_CONF['site_name'], $msg);
          $result = 8;
          SPAMX_log('Mail Sent to Admin');
--- 37,41 ----
          $msg = sprintf($LANG_SX00['emailmsg'], $_CONF['site_name'], $_USER['uid'], $comment);
  
!         COM_mail($_SPX_CONF['notification_email'], 'Spam Comment at ' . $_CONF['site_name'], $msg);
          $result = 8;
          SPAMX_log('Mail Sent to Admin');




More information about the geeklog-cvs mailing list