GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/161

    Task: consider replacing strcmp_match with standard Lua pattern matching

    The code currently uses mod_lua:strcmp_match (mainly for matching domain 
strings).
    This function is Apache-specific; there is a Lua emulation for use with 
other httpd servers such as Nginx, however it does not behave exactly the same.
    
    Consider whether to use Lua matching instead.
    Unfortunately some of the pattern strings are effectively part of the 
external API so this would be a breaking change.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to