Merge #2130
2130: Fix 2125: Make the caller responsible to know whether the rate-limit code should be called or not r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Make the caller responsible to know whether the rate-limit code should be called or not. If the webmail isn't configured its address can't be determined. The rate limiting code should always be called except when we are verifying temporary tokens from the webmail. ### Related issue(s) - close #2125 - close #2129 - close #2128 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>master
commit
393b28a420
@ -0,0 +1 @@
|
||||
Fix a bug preventing mailu from being usable when no webmail is configured
|
Loading…
Reference in New Issue