You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2022/04/04 10:08:25 UTC

[GitHub] [incubator-ponymail-foal] sbp commented on issue #235: Second argument to can_access_list is accidentally polymorphic in syntax

sbp commented on issue #235:
URL: https://github.com/apache/incubator-ponymail-foal/issues/235#issuecomment-1087362594

   I fix it locally by doing this in custom AAA:
   
   ```python3
       if "@" not in second_arg:
           second_arg = second_arg.strip("<>").replace(".", "@", 1)
   ```
   
   Which is compatible with both kinds of value, and means I don't have to patch upstream.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org