------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1091
Summary: Parameter passing to ACL subroutines
Product: Exim
Version: N/A
Platform: Other
OS/Version: Windows
Status: NEW
Severity: wishlist
Priority: medium
Component: ACLs
AssignedTo: nigel@???
ReportedBy: marc@???
CC: exim-dev@???
It would be very handy from a programming point of view to be able to pass
parameters to ACLs. A possible syntax would be:
acl = myacl This is a test string
acl myacl:
logwrite = acl_param
Another syntax migh involve multiple parameters
acl = myacl myhost.com : yourhost.com : thierhost.com
acl myacl:
logwrite = acl_param_1 acl_param_2 : acl_param_3
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email