Sebastian Tennant
2008-Aug-10 00:20 UTC
[Pkg-exim4-users] Wildcards/Regexps in /etc/exim4/local_host_blacklist
Hi there, A quick Debian specific (?) question which I''ve been unable to answer for myself. Neither the README.Debian.gz, nor the exim4-config_files man page make any mention of it. Can widcards/regexps be used in the /etc/exim4/local_host_blacklist file (or other such files)? Regards, Sebastian
Andreas Metzler
2008-Aug-10 06:25 UTC
[Pkg-exim4-users] Wildcards/Regexps in?/etc/exim4/local_host_blacklist
Sebastian Tennant <sebyte at smolny.plus.com> wrote:> A quick Debian specific (?) question which I''ve been unable to answer > for myself. Neither the README.Debian.gz, nor the exim4-config_files > man page make any mention of it.> Can wildcards/regexps be used in the /etc/exim4/local_host_blacklist > file (or other such files)?Yes, they can. They are (part of) regular exim lists, either a "host list" (e.g. local_host_blacklist) or address list (e.g. local_sender_blacklist) wilcards in address lists: http://www.exim.org/exim-html-4.68/doc/html/spec_html/ch10.html#SECTaddresslist wildcards in host lists: http://www.exim.org/exim-html-4.68/doc/html/spec_html/ch10.html#SECThostlist cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.'' `I sew his ears on from time to time, sure''
Sebastian Tennant
2008-Aug-10 10:34 UTC
[Pkg-exim4-users] Wildcards/Regexps in?/etc/exim4/local_host_blacklist
Andreas Metzler <ametzler at downhill.at.eu.org> writes:>> Can wildcards/regexps be used in the /etc/exim4/local_host_blacklist >> file (or other such files)? > > Yes, they can. They are (part of) regular exim lists, either a "host > list" (e.g. local_host_blacklist) or address list (e.g. > local_sender_blacklist) > > wilcards in address lists: > http://www.exim.org/exim-html-4.68/doc/html/spec_html/ch10.html#SECTaddresslist > wildcards in host lists: > http://www.exim.org/exim-html-4.68/doc/html/spec_html/ch10.html#SECThostlistMany thanks Andreas. Sebastian