User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:plugins:emailreporting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mantisbt:plugins:emailreporting [2019/07/20 15:21] – [Configuration options] SL-Gundammantisbt:plugins:emailreporting [2020/01/24 13:15] SL-Gundam
Line 155: Line 155:
 Name: Maximum size of the description or note being added to the issue Name: Maximum size of the description or note being added to the issue
  
-Description: This is the maximum size allowed for the description or a note. The choice was made to make the default 65535 bytes because that used to be the default for old MantisBT versions prior to mid 2007 using MySQL. __New__ MantisBT installations after mid 2007 will be able to store upwards of 1 million bytes. Even more depending on which database backend you use. As updating the schema does __not__ update the column size in question this would be a good default that would not cause problematic issues+Description: This is the maximum size allowed for the description or a note. The choice was made to make the default 60000 bytes because 65535 used to be the default column length for old MantisBT versions prior to mid 2007 using MySQL. Since we need some overhead we lowered 65535 to 60000. __New__ MantisBT installations after mid 2007 will be able to store upwards of 1 million bytes. Even more depending on which database backend you use. As updating the schema does __not__ update the column size in question this would be a good default that would not cause problematic issues
  
-Of course you can increase this if you want. Just make sure that your MantisBT database is using a column type in which this will fit+Of course you can increase this if you want. Just make sure that your MantisBT database is using a column type in which this will fit. This is usually the case if you MantisBT installation was created using MantisBT 1.1.x or later
  
 === mail_max_email_body_text === === mail_max_email_body_text ===
Line 220: Line 220:
 Name: Check user permissions Name: Check user permissions
  
-Description: Whether or not EmailReporting should check whether the user has permission to add new issues, notes or attachments etc.+Description: Whether or not EmailReporting should check the permission of the user for adding new issues, notes or attachments.
  
-Only the parts of the email where the permissions failed will be ignored. When processing finishes [[#mail_delete|Delete processed email from the mailbox]] will be respected.+The email will be ignored if a permission check fails for notes or issues, not for attachments. When processing finishes [[#mail_delete|Delete processed email from the mailbox]] will be respected.
  
-The default is to ignore permissions because EmailReporting works under the assumption "Process at all costs". If you turn this on it is possible that you will lose emails so should only consciously be turned on.+The default is to ignore permissions because EmailReporting works with the intend to "Process at all costs". If you turn this on it is possible that you will lose emails so should only consciously be turned on.
  
 === mail_add_bug_reports === === mail_add_bug_reports ===
Line 349: Line 349:
  
 Description: Self explanatory i believe. Some users just want to add some attachments to an existing issue. In that case a note is not added but the attachments are. But if this happens for a newly created issue you might wonder what caused it since you would expect the user to inform you of what the problem... maybe he wrote it all in the subject line? Description: Self explanatory i believe. Some users just want to add some attachments to an existing issue. In that case a note is not added but the attachments are. But if this happens for a newly created issue you might wonder what caused it since you would expect the user to inform you of what the problem... maybe he wrote it all in the subject line?
 +
 +=== mail_ignore_auto_replies ===
 +Name: Ignore auto-reply emails
 +
 +Description: Ignore auto-reply emails like out-of-office replies.
 +
 +Check if the email is an out of the office auto reply by checking the following fields:
 +   * X-Autoreply
 +   * X-Autorespond
 +   * auto-submitted with a value of "auto-replied"
 +
 +Based on: https://www.jitbit.com/maxblog/18-detecting-outlook-autoreplyout-of-office-emails-and-x-auto-response-suppress-header/
  
 === mail_remove_replies === === mail_remove_replies ===
mantisbt/plugins/emailreporting.txt · Last modified: 2022/10/23 09:12 by SL-Gundam

Driven by DokuWiki