-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed the endless Re: Re: loop #1380
base: master
Are you sure you want to change the base?
Conversation
looks like a problem with travis rather than the code. |
Yeap. Not first time. Every day they generate at least on check fail. |
It depends on what you click "Reply/Answer" or "New message/note". The latter doesn't prepend subject with 'Re:'. |
Perhaps we should limit 'Re: ' phrase count? |
OK I've tested the behaviour as per your previous note, and it is indeed as you describe. Looking through
I also believe that note notifications are only sent to users, not clients. On the subject of New Messages, I confirm that they do not contain Re:.
Anyway, going back to the original subject - what would be the right course of action here? |
@chilek, additionally the ticket number isn't included in the subject of notes or messages and I think this would be quite useful. I am thinking of something among the lines of:
Then Reply to an existing message:
New message:
And a note
Thoughts before I go and implement this? |
Maybe note should have other prefix? |
@interduo, ok sure - I am open for suggestions - just let me know what you think the note prefix should be. |
@mikenowak imo better to use helpdesk notification format configuration variable settings such as: Have u tried to use them? |
Would be also nice to allow user define ticketid format by use something like printf-like format: |
OK all good feedback, thanks for that.
It turns out google apps (also most likely also gmail) group the email with the same reference, and I wasn't getting constant subjects during my tests even that So lets ignore that comment and focus on the below:
and
I will see what can be done about these and report back. |
I also noticed that the ticket number is appended to the front of every user notification as per So I am thinking of cleaning up the subject a little before we do various So while sending new note/message that is fine because the subject would look like So far I came up with this
This would strip everything up to the first ] inclusive, plus a space. i.e. This however depends on the Can you point at a better way of doing this if you can think of one? |
@mikenowak very good question hard to answer for now. Maybe we should introduce some new configuration setting which would describe format of ticket prefix. So we would have 2-level
By default phpui.helpdesk_notification_ticketid_format would have |
I've fixed a liitle bit my above comment. |
Maybe regular expression generation would not be so difficult, because %tid the most complex format could be What do you think of this? |
Currently when responding to messages via helpdesk the 'Re:' is appended by the following piece of code
However, it the message has been exchanged between client and helpdesk a number of times the subject line would contain Re: multiple times - i.e. 'Re: Re: Re: test'