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

Need exception = username1 username2 capability #8

Open
davidsev7 opened this issue Aug 30, 2018 · 0 comments
Open

Need exception = username1 username2 capability #8

davidsev7 opened this issue Aug 30, 2018 · 0 comments

Comments

@davidsev7
Copy link

There are cases where we wish to bypass the limit for certain users. I've previously hacked a fix by adding "exception = USERNAME" to the /etc/mail/milter-limit.conf and then using that in the code as like this:

/usr/local/share/perl5/App/Milter/Limit.pm" line 186

  • if ($count > $$conf{limit}) {
    
  • if ($count > $$conf{limit} && $from ne $$conf{exception}) {

however this only works for a single value of exception. I was wondering if you could add this to the code and also have the ability to support multiple values. I'm not entirely sure how to code that part.

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