https://bugzilla.wikimedia.org/show_bug.cgi?id=72686
Bug ID: 72686
Summary: BounceHandlerActions::handleFailingRecipient() SQL
query
Product: MediaWiki extensions
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: BounceHandler
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Web browser: ---
Mobile Platform: ---
array(
'br_user'=> $originalEmail,
'br_timestamp' >= $bounceValidPeriod
),
'br_timestamp' >= $bounceValidPeriod
This will be evaluated as a bool. Needs to be something more like
'br_timestamp >= ' . $bounceValidPeriod
Also a missing space after 'br_user'
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l