This file define a header : X-Spam which will be added to mail considered as spam by rspamd.
This configuration is defined here : https://rspamd.com/doc/modules/milter_headers.html and as of the time I'm creating this PR, this documentation page is not up-to-date because X-Spam was supposed to be added when extended_spam_headers is set to True and it's not the case anymore since 1.6.2.
This header is being used by rspamd.sieve which we push into dovecot in order to put spammy e-mails in Junk folder automatically.
* Move all ssh commands to a subcategory in user...
* [fix] Actionmap didn't match functions input ?
* [fix] Invalidate nscd cache to propagate new loginShell
* Consistency of list-keys even if there's no key..
* Solve issue https://dev.yunohost.org/issues/1006
I purpose this change to improve the helper 'ynh_install_app_dependencies'.
Before this change if the dependences are not installable the install didn't fail. By these change the helper generate an error and the install stop.
* Get the error if apt fail
* Remove old change
* Add dependence choice
* Add nodejs helpers
* Typo fix
* Add explanation for load_n_path
* Remove useless line
* Remove another old useless line
* Move to a dedicated file
* Move to a dedicated file
* Fix check n already installed
* Solve issue with ynh_restore_file
While we use the `ynh_restore_file` if the destination already exist the `mv` fonction don't work correctly. By this commit the old directory is renamed.
* Move to /home/yunohost.conf file if already exist in restoration
* Remove if the file is bigger than 500Mo
* Use a local variable
* Fix DEST_PATH
* Fix comment and typo
* More precise comment regarding the behavior if DEST_PATH exists