-
Notifications
You must be signed in to change notification settings - Fork 18
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
Debianization fix #135
base: master
Are you sure you want to change the base?
Debianization fix #135
Conversation
Rather leave changelog untouched so as not to break search/replace in build scripts: https://github.com/vstakhov/rspamd-build-scripts/blob/master/rspamd_build.sh#L516-L517 |
@fatalbanana Sorry, cannot leave |
Issue: vstakhov#134 Reported by: @moisseev
Issue: vstakhov#137 Reported by: @bax-
Partial rework of configuration file
…ation [Rework] Remove systemd socket activation
* [Feature] Allow to disable greylisting and ratelimit globally * [Feature] Optimize sending data to rspamd * [Fix] Avoid using of LTS as it seems to be broken on FreeBSD * [Fix] Fix detection of sendfile on FreeBSD * [Fix] Fix probability setup * [Fix] Fix sdsnewlen usage * [Fix] Fix usage of magic constants * [Rework] Remove systemd socket activation Signed-off-by: Vsevolod Stakhov <[email protected]>
Default value for spamd_greylist is 'yes' and config parser code set it only to yes. 'spamd_greylist = no' haven't worked.
[Fix] Fix adding headers from rspamd
Config file processing fixes/impruvements
Issue: vstakhov#140 Reported by: @moisseev
[Minor] Update configuration file
Issue: vstakhov#152 Reported by: @rpv-tomsk
[Minor] Read /etc/default/rmilter in Debian init script
* [Feature] Allow adding/overriding options for rmilter * [Feature] Allow to disable dkim signing completely * [Fix] Allow empty sections in the config * [Fix] Do not fold dkim signature received from Rspamd * [Fix] Fix adding headers from rspamd * [Fix] Fix adding of IP addresses to the lists * [Fix] Treat connections from unix socket as local connections * [Fix] Unbroke 'spamd_greylist = no' config option * [Rework] Process all flag config file options in same way * [Rework] Remove old and deprecated rules * [Rework] Use lc-btrie code for radix trie Signed-off-by: Vsevolod Stakhov <[email protected]>
debian also fix postfix conf, so more needs help on postfix maillists to solve it, sadly debian people/ubuntu friends dont learn much on it real fix is to patch local on ubuntu, not break it on github with conflicts |
Hello, please consider this PR that fixes build on Ubuntu 14.10,