]> source.dussan.org Git - rspamd.git/commit
Rework spf module.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 21 Nov 2014 14:22:06 +0000 (14:22 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 21 Nov 2014 14:22:06 +0000 (14:22 +0000)
commit3dbdd23b75db057f7034cf48025c607c32fe11ff
treea9a44ed7545cb1e2d654084f822d719ee6e1fde6
parent8a0502e70cfb9ee9531403a29e637e3c451a157f
Rework spf module.

- Copy data to memory pool as cached record might be destroyed causing
  freed memory being passed to the protocol output (use after free).
- Allow SPF_NEUTRAL policy to be handled separately.
- Add R_SPF_NEUTRAL to the default config.
conf/metrics.conf
src/plugins/spf.c