Search found 754 matches

by SL-Gundam
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.
by SL-Gundam
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.
by SL-Gundam
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.
by SL-Gundam
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 ...
by SL-Gundam
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.
by SL-Gundam
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?
by SL-Gundam
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.
by SL-Gundam
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.
by SL-Gundam
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 ...
by SL-Gundam
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.

Code: Select all

^\s*(From\s?:.+\s?(\[|<).+(\]|>))
I'm curious if it matches anything
by SL-Gundam
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.
by SL-Gundam
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.
by SL-Gundam
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 ...