-
Notifications
You must be signed in to change notification settings - Fork 204
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
Logging warnings when first import #231
Comments
flanker 0.9.8 is working without warnings.
|
We're using flanker 0.9.11 in AWS Lambda (python3.6) and still seeing these warnings |
In case this has been fixed in 0.9.12, could you release the package? |
It is not solved. Python 3.5.3 debian The problem is we are using flanker in a postfix transport and error returns as a mail delivery error. |
and ignore the warnings printed on the first import see mailgun/flanker#231
and ignore the warnings printed on the first import see mailgun/flanker#231
I'm also curious why this triest to create files on my system after launch:
Felt extremely sketchy. |
@Torxed Are you using Debian or a derivative? See my bug report at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033714 |
Summary
When import parser in addresslib first time, I'm getting same warning that is #196
When import next time, warnings aren't displayed.
IMO, The parser is working correctly.
Reproduce
Remarks
Python: 3.7.4
flanker: 0.9.0
The text was updated successfully, but these errors were encountered: