1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 13:39:45 +03:00
mox/webadmin
Mechiel Lukkien 794ef75d17
accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s)
Such as "-" when addresses are dmarc-reports@ and tls-reports@.

Existing configuration files can have these combinations. We don't allow them
to be created through the webadmin interface, as this is a likely source of
confusion about how addresses will be matched. We already didn't allow regular
addresses containing catchall separators.
2025-04-18 12:36:01 +02:00
..
admin.go accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s) 2025-04-18 12:36:01 +02:00
admin.html add ability to include custom css & js in web interface (webmail, webaccount, webadmin), and use css variables in webmail for easier customization 2024-11-29 10:17:07 +01:00
admin.js change default dmarc & tls reporting address so they don't contain a dash 2025-04-18 11:39:45 +02:00
admin.ts change default dmarc & tls reporting address so they don't contain a dash 2025-04-18 11:39:45 +02:00
admin_test.go accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s) 2025-04-18 12:36:01 +02:00
api.json accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s) 2025-04-18 12:36:01 +02:00
api.ts accept incoming DMARC and TLS reports with reporting addresses containing catchall separator(s) 2025-04-18 12:36:01 +02:00
main_test.go Fail tests if unhandled panics happened. 2025-03-06 11:35:43 +01:00