| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
prevent messages like this chown: cannot access '': No such file or directory when RSPAMD_DMS_DKIM_D has no value
|
This would be my fault I think with #3813 I assumed that the helper was imported by this point bringing that variable into scope? docker-mailserver/target/scripts/helpers/rspamd.sh Lines 21 to 22 in 22c6dae docker-mailserver/target/scripts/start-mailserver.sh Lines 10 to 11 in 22c6dae docker-mailserver/target/scripts/helpers/index.sh Lines 4 to 7 in 22c6dae So a little curious why that is not the case 🤔 Ah, wrapped in a function that needs to be called to initialize: docker-mailserver/target/scripts/helpers/rspamd.sh Lines 13 to 17 in 22c6dae |
Sorry, something went wrong.
|
I will need to look into this.. |
Sorry, something went wrong.
|
Indeed, _rspamd_get_envs seems to be required. I went over it and I thought the variables should are ins scope, but I guess scoping in Bash is all over the place. This seems to imply that the fix in v13.3.1 does not actually work? |
Sorry, something went wrong.
There was a problem hiding this comment.
CC @polarathene
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
In our tests i got various:
and tracked it down to this line causing those messages when RSPAMD_DMS_DKIM_D had no value
Fixes #
Type of change
Checklist: