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

MaxMessageSize not checked after DATA #225

Open
tinohager opened this issue Aug 27, 2024 · 1 comment
Open

MaxMessageSize not checked after DATA #225

tinohager opened this issue Aug 27, 2024 · 1 comment

Comments

@tinohager
Copy link
Contributor

tinohager commented Aug 27, 2024

MaxMessageSize is only taken into account for MAIL FROM. However, it is not taken into account in the rest of the process. This means that larger mails are also accepted if they do not pass any information in the MAIL FROM. We should add this to the documentation or add a check after the DATA command. Otherwise the setting is misleading.

It would also be good to document in which value specification the value is defined. In this case as bytes.

Specifies the maximum size of a message in bytes.

/// Gets the maximum size of a message.

@tinohager
Copy link
Contributor Author

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

1 participant