mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Multiple bounce handling problems #3408
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#3408
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lazka on GitHub (Nov 19, 2018).
Issue
Related issues: #5980, #5898, #1578
Expected Behavior
When SuiteCRM fetches a bounce email over IMAP it should show up in the
campaign stats and on hard bounces it should mark the email as invalid.
Actual Behavior
Even though there is a proper bounce email imported it doesn't show up in the
campaign stats and on hard bounces the email address isn't marked as invalid.
Possible Fix
I've opened the PR #6505 to fix this
Steps to Reproduce
Your Environment
@samus-aran commented on GitHub (Nov 30, 2018):
Ideally you would relate the PR to close all the other (now) duplicate issues without having to create this new one.
I'll mark the other issues are duplicates and this supersedes this. Thanks for the contribution!
@lazka commented on GitHub (Nov 30, 2018):
OK, I'll do that in the future!
@personman commented on GitHub (May 9, 2019):
What's the current status of this, @lazka? Do you expect your fixes to be merged soon? If not, do you have a fork with this merged in? Thanks!
@lazka commented on GitHub (May 9, 2019):
I don't know the merge-status of this, but the SuiteCRM devs have been very active in getting my proposed fixes merged so far, so I'm hopeful :)
btw. you can append ".patch" to the PR url to get a git patch file you can apply locally (with
git amfor example): https://github.com/salesagility/SuiteCRM/pull/6505.patch