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-unsubscr...@ponymail.apache.org

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

Reply via email to