------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=429
Summary: The ability to pull lists from files
Product: Exim
Version: 4.63
Platform: Other
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: ACLs
AssignedTo: ph10@???
ReportedBy: marc@???
QAContact: exim-dev@???
Many options support colon separated lists. It would be nice to be able to put
these lists in line separated text files. For example:
regex = one : two : three : four : five
could be replaced with
regex = /etc/exim/regex.txt
regex.txt
# This is a regex list
one
two
three
four
five
The logic would ignore blank lines, trailing whitespace, and lines starting
with #.
--
Configure bugmail:
http://www.exim.org/bugzilla/userprefs.cgi?tab=email