mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
extensions: import @jevolk's spamfilter_expr module
This commit is contained in:
parent
2be307e059
commit
6645bd9d5e
2 changed files with 1371 additions and 0 deletions
|
@ -73,3 +73,11 @@ extension_LTLIBRARIES = \
|
|||
spy_stats_p_notice.la \
|
||||
spy_trace_notice.la \
|
||||
example_module.la
|
||||
|
||||
if PCRE
|
||||
|
||||
extension_LTLIBRARIES += spamfilter_expr.la
|
||||
spamfilter_expr_la_CPPFLAGS = $(AM_CPPFLAGS) $(PCRE_CFLAGS)
|
||||
spamfilter_expr_la_LIBADD = $(PCRE_LIBS)
|
||||
|
||||
endif
|
||||
|
|
1363
extensions/spamfilter_expr.c
Normal file
1363
extensions/spamfilter_expr.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue