Current time: 05-07-2024, 08:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] Autoresponder problem
Author Message
comTim Offline


Posts: 3
Joined: Mar 2011
Reputation: 0
Post: #4
RE: Autoresponder problem
ok, i have the answer...

in /var/www/ispcp/engine/messenger/ispcp-arpl-msgr

the mysql-query:

Quote:# Detect duplicates within 24h to avoid autoreplying loops
$sql = "
SELECT
`time`
FROM
`autoreplies_log` AS `al`
WHERE
`al`.`from` = " . $main:: db->quote($mail_to) . "
AND
`al`.`to` = " . $main:: db->quote($head->get('From')) . "
AND
ADDTIME(al.`time`, '24:00:00') > NOW()
;
";

thanks again Wink
(This post was last modified: 03-29-2011 08:17 PM by comTim.)
03-29-2011 08:15 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] Autoresponder problem - comTim - 03-29-2011, 04:36 AM
RE: Autoresponder problem - kilburn - 03-29-2011, 01:44 PM
RE: Autoresponder problem - deepaku504 - 06-18-2011, 03:41 PM
RE: Autoresponder problem - comTim - 03-29-2011, 05:15 PM
RE: Autoresponder problem - comTim - 03-29-2011 08:15 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)