There should be no functional change here; this commit refactors how we pre-declare CallbackSignatures with lua. The rationale is: * It is important to correct declare single vs. multiple implementation event handler types before any lua code is run; we've had a couple of issues in the past where some part of this pre-registration was messed up. * Adding a new signature requires declaring it in a global, and remembering to add its registration to the right place * Declaring signatures is a bit boilerplatey and makes it hard grok the purpose of the event handler arguments at a glance The declare_event! macro defined in this commit makes it a bit more readable to declare these event types and automatically wires up the registration to the correct spot, improving the ergonomics significantly. A downside of this additional layer of macro stuff that it requires increasing the rustc recursion limit.
KumoMTA
KumoMTA is an open-source Message Transfer Agent (MTA) designed for high-performance outbound email functionality, similar to commercial enterprise MTAs such as Momentum, PowerMTA, and Halon.
The KumoMTA project was founded by a group of email industry veterans with decades of experience building and managing high-performance On-Prem MTAs and is supported by a community of some of the largest senders in the world.
Because it is designed for high-performance sending environments, KumoMTA is for experienced email operations professionals who are accustomed to high-performance sending environments and familiar with DevOps practices.
Learn more in our FAQ and at https://kumomta.com/.
Documentation
You can learn more about KumoMTA from the Documentation.
Community
Real-time discussion is available on Our Discord.
Developers
If you are interested in contributing/extending KumoMTA, take a look at DEVELOPERS.md. The #devel channel on Our Discord is for contributors to discuss KumoMTA development.
Reporting Bugs
See How to Report Bugs.
Getting Help
See How to Get Help. For paid support see https://kumomta.com/support.
Getting Updates
You can subscribe to updates at https://kumomta.com/subscribe, we send updates periodically and will never sell nor share your information.
Talk to Us
We're available to talk about the project, book us at https://cal.com/team/kumomta/talk-with-kumomta.