chiark / gitweb /
user-spam.m4: Fix indentation in the output.
[exim-config] / exim-spam-limit.userv
CommitLineData
b6c2a940
MW
1### -*-conf-*-
2
3if ( ( glob calling-user root
4 | glob calling-user Debian-exim
5 )
6 & ( grep service-user-shell /etc/shells
7 | glob service-user-shell /dev/token-shells/userv
8 )
9 )
10 reset
11 no-suppress-args
12 no-set-environment
13 execute /bin/sh -c "\
14 set -e; \
15 case \"$*\" in *[\\\\{}]*) exit 2 ;; esac; \
16 exec /usr/sbin/exim -be \"\\${lookup {$2$3/$1}nwildlsearch{$HOME/.mail/spam-limit.userv}}\"" -
17fi