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

Add RFC 9422 (LIMITS extension) support #70

Open
link2xt opened this issue Dec 4, 2024 · 0 comments
Open

Add RFC 9422 (LIMITS extension) support #70

link2xt opened this issue Dec 4, 2024 · 0 comments

Comments

@link2xt
Copy link
Collaborator

link2xt commented Dec 4, 2024

RFC 9422 adds LIMITS extension.

It is supported by Exim since version 4.98 and looks like this:

220 debian-exim ESMTP Exim 4.98 Tue, 03 Dec 2024 04:08:41 +0000
EHLO [127.0.0.1]
250-debian-exim Hello [127.0.0.1] [XXX]
250-SIZE 52428800
250-LIMITS MAILMAX=1000 RCPTMAX=50000
250-8BITMIME
250-PIPELINING
250-PIPECONNECT
250-CHUNKING
250-STARTTLS
250-PRDR
250 HELP

Parsed MAILMAX, RCPTMAX and RCPTDOMAINMAX limits should be exposed for the library user.

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