rspamd/rspamd-conf.patch
Marcus Rueckert d7e8019fcf - Update to 3.7.5
- Test updates for rspamd-3.7 branch by @fatalbanana in #4708
  - Fix rspamadm lua logger in rspamd-3.7 (#/4727) by @fatalbanana
    in #4729
  - Some picks for rspamd-3.7 by @fatalbanana in #4731
  - rspamd-3.7: fix systemd logging by @fatalbanana in #4734
  - rspamd-3.7: [Fix] dkim_signing: siging_table: lowercase before
    lookup by @fatalbanana in #4737
- drop pwatches included in update:
  rspamd-d907a95.patch
- refreshed patches to apply cleanly again:
  fix_missing_return.patch
  rspamd-conf.patch
- While the fix for the logging bug was accepted into master. The
  3.7.5 release uses a different solution apparently. Update patch
  fix_stack_smash.patch.
  https://github.com/rspamd/rspamd/pull/4732#issuecomment-1858255236

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=102
2023-12-15 17:50:57 +00:00

15 lines
535 B
Diff

Index: rspamd-3.7.5/conf/rspamd.conf
===================================================================
--- rspamd-3.7.5.orig/conf/rspamd.conf
+++ rspamd-3.7.5/conf/rspamd.conf
@@ -34,7 +34,8 @@ lang_detection {
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/cgp.inc"
logging {
- type = "file";
+ type = "console";
+ systemd = true;
filename = "$LOGDIR/rspamd.log";
.include "$CONFDIR/logging.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/logging.inc"