Skip to content
Snippets Groups Projects
Verified Commit 6c2b1fba authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

postfwd: Disable the email limits for gitlab

Since Gitlab causes high email traffic, apply the same rule as for the
aur by adding the sasl_username for gitlab to the no limits list.

Fix #564
parent dcf1d82d
No related branches found
No related tags found
No related merge requests found
Pipeline #89952 passed
......@@ -11,6 +11,7 @@
# no rate-limit for some authenticated users
&&NO_RATE_LIMIT_USERS {
sasl_username=gitlab
sasl_username=aur;
};
id=NoRateLimit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment