mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[GH-ISSUE #414] Whitelist can cause messages to get sent to syncURLs twice #293
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#293
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 @alxndrsn on GitHub (Apr 7, 2016).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/414
Originally assigned to: @eyedol on GitHub.
If the whitelist is enabled, and an SMS arrives from a number in the whitelist, it will be forwarded to this number twice*:
https://github.com/alxndrsn/SMSSync/blob/develop/smssync/src/main/java/org/addhen/smssync/data/message/PostMessage.java#L108 summarises as:
N.B. if the number is in BOTH whitelist AND blacklist, and blacklist is also enabled, then the message will only be forwarded once*
**This ignores the bug filed at https://github.com/ushahidi/SMSSync/issues/413!