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:05:16 UTC

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

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

   Yeah, I noticed that a while back, and this does need to conform to one or the other, and only that.
   A quick hot-fix in the meantime for custom AAA is to do something like:
   ~~~python
   listname = "<" + listname.strip("<>").replace("@", ".") + ">"
   ~~~
   
   Or the other way around, depending on what's best.


-- 
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