View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
13145 | Bug reports | Survey participants (Tokens) | public | 2018-01-08 22:37 | 2018-01-16 15:15 |
Reporter | snowsam | Assigned To | c_schmitz | ||
Priority | none | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 3.0.0-rc.x | ||||
Summary | 13145: Unable to process IMAP bounces | ||||
Description | At https://github.com/LimeSurvey/LimeSurvey/blob/master/application/controllers/admin/tokens.php#L178 $header = explode("\r\n", imap_body($mbox, $sMessageID, FT_UID & FT_PEEK)); // Don't mark messages as read It should instead be: $header = explode("\r\n", imap_body($mbox, $sMessageID, FT_UID | FT_PEEK)); // Don't mark messages as read That difference in listing the multiple FT Flags was making LS not get anything for the message body, which meant it was never getting a match. Could someone confirm and make a patch? | ||||
Steps To Reproduce | Go process deleted from an imap server. | ||||
Additional Information | Discussed at https://www.limesurvey.org/forum/installation-a-update-issues/112883-bounce-processing-false-negatives | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | Version 3.0.1+171228 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox 57.0.4 (64-bit) on windows | ||||
Database type & version | MySQL 5.5.53 | ||||
Server OS (if known) | Debian | ||||
Webserver software & version (if known) | Apache2 | ||||
PHP Version | 5.6.29-0+deb8u1 | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=26026 |
|
Version 3.0.4 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-08 22:37 | snowsam | New Issue | |
2018-01-15 10:51 |
|
Assigned To | => c_schmitz |
2018-01-15 10:51 |
|
Status | new => assigned |
2018-01-15 12:01 | c_schmitz | Changeset attached | => LimeSurvey master e31d64f7 |
2018-01-15 12:01 | c_schmitz | Note Added: 45800 | |
2018-01-15 12:01 | c_schmitz | Resolution | open => fixed |
2018-01-15 12:01 | c_schmitz | Status | assigned => resolved |
2018-01-15 12:01 | c_schmitz | Fixed in Version | => 3.0.3 |
2018-01-15 12:02 | c_schmitz | Fixed in Version | 3.0.3 => |
2018-01-16 15:15 | c_schmitz | Note Added: 45842 | |
2018-01-16 15:15 | c_schmitz | Status | resolved => closed |