Skip to content
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

Increase default rawnotification raw size to capture at lease email headers #116

Closed
chadell opened this issue Sep 22, 2021 · 2 comments
Closed
Assignees

Comments

@chadell
Copy link
Contributor

chadell commented Sep 22, 2021

Environment

  • Python version: 3.x
  • Nautobot version: 1.1.2
  • nautobot-circuit-maintenance version: 0.2.4

Expected Behavior

We should be able to get the basic info from an original email when stored in the rawnotification.raw field. This data is truncated by default to 500 characters

Observed Behavior

This truncation means missing basic email headers information, so we should look for a value (8192?) that consistently give enough information in the headers to locate the notification in the email source box.

Steps to Reproduce

@glennmatthews
Copy link
Contributor

In many cases neither the end user nor the parser care that much about the details of the email's headers - it would be more useful to specifically capture the parts of the email that are actually used by the parser, i.e. the subject line, sender address, and most importantly the email's actual body content.

@chadell
Copy link
Contributor Author

chadell commented Oct 4, 2021

Changed in #127

@chadell chadell closed this as completed Oct 4, 2021
itdependsnetworks pushed a commit to itdependsnetworks/nautobot-app-circuit-maintenance that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants