carlokok
(Carlo Kok)
January 19, 2016, 12:44pm
1
Very latest discourse.
Discourse adds an entry for when email groups:
@carlokok INVITED @SUPPORT2 4 HOURS AGO
and does an explicit, empty email for that:
Update: Looks like it adds a staged user for the target address (support2) of a gruop and then sends an empty notification about that.
2 Likes
Where do these staged users live? Can they be viewed in the admin User list?
I am testing this out too.
carlokok
(Carlo Kok)
January 19, 2016, 1:57pm
3
They’re in the users list, but they show as light gray.
1 Like
zogstrip
(RĂ©gis Hanol)
January 19, 2016, 2:20pm
4
carlokok
(Carlo Kok)
January 19, 2016, 2:22pm
5
@zogstrip : https://github.com/discourse/discourse/commit/665fc44741e6f0a7717bd7941648618fce3782cc
Note that there are two issues here:
It stages a user for the “incoming email” for a group
It adds the user to the group as extra user and mails about it
zogstrip
(RĂ©gis Hanol)
January 19, 2016, 2:24pm
6
Just pushed a fix about that specific issue
https://github.com/discourse/discourse/commit/735017dd9fb846a2b5418935355f1f9fda493b41
Also, you might want to disable emails (both “Send me an email when someone messages me
” and “Send me an email when someone quotes me, replies to my post, mentions my @username, or invites me to a topic
”) for all the staged users with email matching a group’s incoming email. I might make this automatic but for now a manual workaround is enough.
3 Likes
carlokok
(Carlo Kok)
January 19, 2016, 2:27pm
7
Cool. Ofc this fix will hide the notification issue.
Btw: really impressed with this feature. Reported a few issues but really liking it so far.
1 Like
carlokok
(Carlo Kok)
January 19, 2016, 4:24pm
8
Got a bunch of “Carlo_Kok” accounts now for email addresses like:
3d6bfe09ec4c581e1d252a331982@talk.remobjects.com
(talk.remobjects.com is my incoming email domain). Will this fix that too?
zogstrip
(RĂ©gis Hanol)
January 19, 2016, 4:25pm
9
What does your “reply_by_email_address
” setting look like?
If it’s %{reply_key}@talk.remobjects.com
then yes
carlokok
(Carlo Kok)
January 19, 2016, 6:07pm
11
I think I understand now. I email to sales@remobjects.com which is an alias to something@talk.remobjects.com . The fix seems to work for the last one directly, but not the first one, which is the incoming address for the group.
zogstrip
(RĂ©gis Hanol)
January 20, 2016, 10:09pm
13
I actually did make it automatic because it wasn’t that hard and was annoying the hell out of me
committed 10:08PM - 20 Jan 16 UTC
2 Likes