]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-bounce.patch
- bugfixes
[packages/eventum.git] / eventum-bounce.patch
1 from http://lists.mysql.com/eventum-users/3453
2
3 --- 1.83/include/class.support.php      2006-08-07 07:44:19 +02:00
4 +++ 1.84/include/class.support.php      2006-08-07 17:41:35 +02:00
5 @@ -798,7 +798,7 @@
6              }
7          }
8          // check whether we need to create a new issue or not
9 -        if (($info['ema_issue_auto_creation'] == 'enabled') && ($should_create_issue)) {
10 +        if (($info['ema_issue_auto_creation'] == 'enabled') && ($should_create_issue) && (!Notification::isBounceMessage($sender_email))) {
11              $options = Email_Account::getIssueAutoCreationOptions($info['ema_id']);
12              Auth::createFakeCookie(APP_SYSTEM_USER_ID, $info['ema_prj_id']);
13              $issue_id = Issue::createFromEmail($info['ema_prj_id'], APP_SYSTEM_USER_ID,
This page took 0.026609 seconds and 3 git commands to generate.