Good to hear.
Thanks for reporting this issue.
Search found 754 matches
- 25 Aug 2025, 16:27
- Forum: EmailReporting
- Topic: No priotity-mapping from email header, every ticket has default value (30)
- Replies: 5
- Views: 263
- 23 Aug 2025, 20:02
- Forum: EmailReporting
- Topic: No priotity-mapping from email header, every ticket has default value (30)
- Replies: 5
- Views: 263
Re: No priotity-mapping from email header, every ticket has default value (30)
I suggest keeping all the indexes intact for "Classify bug priorities". This is because different email programs will use different values for priority.
- 23 Aug 2025, 19:48
- Forum: EmailReporting
- Topic: No priotity-mapping from email header, every ticket has default value (30)
- Replies: 5
- Views: 263
Re: No priotity-mapping from email header, every ticket has default value (30)
A change from 2022 caused this issue.
Should be fixed now.
https://github.com/mantisbt-plugins/Ema ... 55b0a45660
Sidenote. EmailReporting only checks the priority field, not the importance field.
Should be fixed now.
https://github.com/mantisbt-plugins/Ema ... 55b0a45660
Sidenote. EmailReporting only checks the priority field, not the importance field.
- 23 Aug 2025, 19:06
- Forum: EmailReporting
- Topic: No priotity-mapping from email header, every ticket has default value (30)
- Replies: 5
- Views: 263
Re: No priotity-mapping from email header, every ticket has default value (30)
I'm having the same issue.
Will debug it and get back to you.
Will debug it and get back to you.
- 10 Jun 2025, 18:59
- Forum: EmailReporting
- Topic: consistent Applicaton Error #11 on some e-mails
- Replies: 3
- Views: 221
Re: consistent Applicaton Error #11 on some e-mails
I suggest checking the other plugins that are active.
But good to hear that it's likely not EmailReporting thats the cause.
If that changes please let us know here.
But good to hear that it's likely not EmailReporting thats the cause.
If that changes please let us know here.
- 06 Jun 2025, 17:10
- Forum: EmailReporting
- Topic: consistent Applicaton Error #11 on some e-mails
- Replies: 3
- Views: 221
Re: consistent Applicaton Error #11 on some e-mails
What value is in this configuration option: https://mantisbt.org/wiki/doku.php/mantisbt:plugins:emailreporting#mail_nodescription.
Please enable debug mode in EmailReporting.
Make sure that the directory is writable so that EmailReporting can save the email contents.
If the issue occurs, please ...
Please enable debug mode in EmailReporting.
Make sure that the directory is writable so that EmailReporting can save the email contents.
If the issue occurs, please ...
- 06 May 2025, 17:57
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
Please provide the regex and example so that we can add it to EmailReporting.
- 06 May 2025, 17:55
- Forum: EmailReporting
- Topic: Email reporting - Request for support with the configuration.
- Replies: 1
- Views: 444
Re: Email reporting - Request for support with the configuration.
Yes a cronjob is necessary as can be read here: https://github.com/mantisbt-plugins/Ema ... NSTALL.txt
What version of MantisBT are you running?
What version of EmailReporting are you running?
What version of PHP are you running?
What version of MantisBT are you running?
What version of EmailReporting are you running?
What version of PHP are you running?
- 22 Apr 2025, 17:46
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
Not yet.
I've received the debug files but that work properly on my side.
Please send a direct message with your email address and we can try debug the problem.
I've received the debug files but that work properly on my side.
Please send a direct message with your email address and we can try debug the problem.
- 10 Mar 2025, 22:55
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
I think they might have blocked links to or attachments of a certain types.
Add spaces as necessary to the link so that it will detect it as normal text.
Add spaces as necessary to the link so that it will detect it as normal text.
- 05 Mar 2025, 10:49
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
It found it. So it should have worked for you too.
There are 2 options.
1. Debug the code yourself. In mail_api.php there are 2 functions that govern this functionality: identify_mantisbt_replies and parse_email_body.
2. Activate debug mode in EmailReporting. In the debug options make sure the ...
There are 2 options.
1. Debug the code yourself. In mail_api.php there are 2 functions that govern this functionality: identify_mantisbt_replies and parse_email_body.
2. Activate debug mode in EmailReporting. In the debug options make sure the ...
- 03 Mar 2025, 20:12
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
It works just fine for me
It looks for the "From:" line.
At the moment i couldn't tell you why it doesn't work for you
You could try adding the regex below to https://regex101.com/ with the text from the note.
I'm curious if it matches anything
It looks for the "From:" line.
At the moment i couldn't tell you why it doesn't work for you
You could try adding the regex below to https://regex101.com/ with the text from the note.
Code: Select all
^\s*(From\s?:.+\s?(\[|<).+(\]|>))
- 03 Mar 2025, 18:10
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
hmmm. Should have worked i believe.
Will have to investigate that. I will let you know if i find anything.
Will have to investigate that. I will let you know if i find anything.
- 26 Feb 2025, 17:10
- Forum: EmailReporting
- Topic: Multiples replies to mantis notification are not transformed into notes
- Replies: 1
- Views: 5669
Re: Multiples replies to mantis notification are not transformed into notes
Every reply should be a separate email and every email is processed on its own.
Why that does not happen for you, i'm unsure.
Have you checked whether the replies are all properly received in the mailbox? If so we will need to enable debug mode and see how EmailReporting processes the emails.
Why that does not happen for you, i'm unsure.
Have you checked whether the replies are all properly received in the mailbox? If so we will need to enable debug mode and see how EmailReporting processes the emails.
- 26 Feb 2025, 17:06
- Forum: EmailReporting
- Topic: Where to set the parameter 'mail_remove_replies_after'
- Replies: 15
- Views: 86595
Re: Where to set the parameter 'mail_remove_replies_after'
It might be that the plugin is missing a certain language support. I don't know the language used in your email.
If you can provide an example of how the start of a reply looks like that does not work, we can try fixing that.
Something like this
From: Name <email@address.com>
Sent: wednesday 26 ...
If you can provide an example of how the start of a reply looks like that does not work, we can try fixing that.
Something like this
From: Name <email@address.com>
Sent: wednesday 26 ...