{{{
host gmail-smtp-in.l.google.com[142.250.110.26] said:
This message was blocked because its content presents a potential
security issue. Please visit
https://support.google.com/mail/?p=BlockedMessage to review our
message content and attachment content guidelines.
}}}
This is caused by the following tag in the html email:
{{{
<form action="https://dpaste.com/" name="pasteform" id="pasteform"
method="post">
}}}
This worked before, so it is caused by a relatively recent change in
gmail's antivirus.
The fix is simply to remove the form tag, which should not have been there
anyway.
Patch: https://github.com/django/django/pull/14840
--
Ticket URL: <https://code.djangoproject.com/ticket/33096>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: (none) => Jan Schär
* status: new => assigned
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33096#comment:1>
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33096#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"06e59d97a3c6e8e600ff11dadf994fae467fc785" 06e59d97]:
{{{
#!CommitTicketReference repository=""
revision="06e59d97a3c6e8e600ff11dadf994fae467fc785"
Fixed #33096 -- Fixed <form> nesting in technical 500 template.
This also prevents sending <form> tags in emails.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33096#comment:3>