[GH-ISSUE #595] Unquoted blank in local part of email address #507

Closed
opened 2026-02-26 01:30:48 +03:00 by kerem · 2 comments
Owner

Originally created by @uafr on GitHub (Sep 19, 2015).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/595

My phone provider uses text containing a whitespace as SMS-sender. Messages get backed up with these headers:

...
From: SMS-Absender O2 <o2 Team@unknown.email>
...
X-smssync-address: o2 Team
X-smssync-datatype: SMS
...

Polling mails containing the created email address does not work
fetchmail: SMTP error: 501 <o2 Team@unknown.email>: "@" or "." expected after "o2"

Adding quotes around the local part or replacing the blank by an underscore should make the address valid.

As workaround I added a syntactically correct email address to my address book. But that only works for known senders, so a real fix would be great.

Originally created by @uafr on GitHub (Sep 19, 2015). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/595 My phone provider uses text containing a whitespace as SMS-sender. Messages get backed up with these headers: ``` ... From: SMS-Absender O2 <o2 Team@unknown.email> ... X-smssync-address: o2 Team X-smssync-datatype: SMS ... ``` Polling mails containing the created email address does not work `fetchmail: SMTP error: 501 <o2 Team@unknown.email>: "@" or "." expected after "o2"` Adding quotes around the local part or replacing the blank by an underscore should make the address valid. As workaround I added a syntactically correct email address to my address book. But that only works for known senders, so a real fix would be great.
kerem closed this issue 2026-02-26 01:30:48 +03:00
Author
Owner

@jberkel commented on GitHub (Sep 20, 2015):

Can you try 1.5.11-BETA1 ? should be fixed there.

<!-- gh-comment-id:141781675 --> @jberkel commented on GitHub (Sep 20, 2015): Can you try [1.5.11-BETA1](https://github.com/jberkel/sms-backup-plus/releases/tag/1.5.11-BETA1) ? should be fixed there.
Author
Owner

@uafr commented on GitHub (Sep 20, 2015):

With 1.5.11-BETA1 it works. Wow, that was fast. Thank you.

<!-- gh-comment-id:141844526 --> @uafr commented on GitHub (Sep 20, 2015): With 1.5.11-BETA1 it works. Wow, that was fast. Thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#507
No description provided.