-
This is on debian/trixie, using aiosmtpd 1.4.4.post2-1 or 1.4.3.
It hangs even when there is an actual online network (it also hangs in a restricted container).
This one for example:
```
python3…
-
Hi,
When receiving the command "MAIL FROM", the code located at smtp.py is checking for parameters such as SIZE, SMTPUTF8, etc.
The problem is if it receives an unknown paramter, the code fails …
-
```
smtpd | [2023-11-23 00:33:21,869] ERROR:aiosmtpd.handle_exception: ('103.4.64.124', 60137) SMTP session exception
smtpd | Traceback (most recent call last):
smtpd | File "/venv/lib/pyth…
-
Hello. In Fedora, we are trying to test our packages early with pre-releases of Python 3.13 to be prepared to upgrade to it in the development version of Fedora Linux 41. aiosmtpd fails a test.
To …
-
Hello,
During receive of an email I got this error message `'utf-8' codec can't decode byte 0xf6 in position 499: invalid start byte`.
I do think it was caused by `åäö` in the subject or body but …
-
The authenticated relayed example does NOT actually required authentication to relay.
The docs suggest a similar setup that is INSECURE.
This is a major issue, people will implement their system…
-
I was trying to slim an image that works perfectly , but when running this command :
`slim build --target mailserver:latest --tag mailserver:slim --exec "python3 mailserver.py" --expose 2025 -http-p…
-
In a production environment, large institutional customers expect to be able to inject DATA with very long lines, even megabytes. They don't accept the requirement to comply with RFC5321 4.5.3.1.6, ar…
-
Move to 3.12 if possible.
Prepare for moving forward following https://devguide.python.org/versions/ in mind.
-
**Description of the false positive**
LGTM.com alerted about "illegal raise", with the description "Illegal class 'NoneType' raised; will result in a TypeError being raised instead."
Refer to th…