forked from services/mlmmj-light-web-ecg
Working project
This commit is contained in:
2100
misc/move/exim4.conf
Normal file
2100
misc/move/exim4.conf
Normal file
File diff suppressed because it is too large
Load Diff
2
misc/move/exim4.filter
Normal file
2
misc/move/exim4.filter
Normal file
@@ -0,0 +1,2 @@
|
||||
if $message_body contains "DISCARD_THIS_MAIL" and not error_message
|
||||
then seen finish endif
|
||||
14
misc/move/foot_filter/Makefile
Normal file
14
misc/move/foot_filter/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all: foot_filter
|
||||
dev: tags splint foot_filter
|
||||
.PHONY: splint clean clobber
|
||||
tags: foot_filter.c
|
||||
ctags --excmd=number '--regex-c=-/\*[[:blank:]]*tag:[[:blank:]]*([[:alnum:]_]+)-\1-' foot_filter.c
|
||||
splint:
|
||||
splint +unixlib -exitarg -initallelements foot_filter.c
|
||||
foot_filter: foot_filter.c
|
||||
gcc -Wall -g -o foot_filter foot_filter.c -O3
|
||||
clean:
|
||||
-rm tags
|
||||
clobber: clean
|
||||
-rm foot_filter
|
||||
-rm test
|
||||
BIN
misc/move/foot_filter/foot_filter
Executable file
BIN
misc/move/foot_filter/foot_filter
Executable file
Binary file not shown.
2685
misc/move/foot_filter/foot_filter.c
Normal file
2685
misc/move/foot_filter/foot_filter.c
Normal file
File diff suppressed because it is too large
Load Diff
8
misc/move/mlmmj-footer-receive
Executable file
8
misc/move/mlmmj-footer-receive
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# mlmmj-footer-receive
|
||||
#
|
||||
# Adds the footer to incoming message
|
||||
#
|
||||
|
||||
/usr/bin/foot_filter -P /$1/$2/control/footer-text -H /$1/$2/control/footer-html | /usr/bin/mlmmj-receive -F -L /$1/$2/
|
||||
Reference in New Issue
Block a user