Jeremy Harris | 1 Jul 2012 17:18

Re: calling an ACL from an expansion

On 2012-06-27 20:48, Jeremy Harris wrote:
> - the traditional "acl =" ACL condition now accepts arguments,
>    space-separated, after the ACL name:
>
>      acl = my_acl_name arg1 arg2
> - a new expansion item ${acl {name}{arg}... }
>    is added.  The result of the expansion is given by
>    the "message =" modifier in the called acl,
>    which must accept or deny (not defer).
>
> - a new expansion condition "acl {{name}{arg}... }"
>    is added.  The value of the condition is true if
>    the called acl returns accept; false for deny.  The
>    content given by "message =" is placed in $value.
>
> In all cases the name and arguments are separately
> expanded.  Arguments are placed in variables
> $acl_arg1 to $acl_arg9; zero to nine arguments are
> supported.  The actual number for the call is placed
> in variable $acl_argn.

Since I didn't hear any screams, I've now pushed it to mainline.
--

-- 
Jeremy

Jeremy Harris | 1 Jul 2012 19:23

[Bug 1201] forwarding to a content-scanning site is a bounce-generator

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1201

Jeremy Harris <jgh146exb <at> wizmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-01 18:23:13 ---
No complaints heard.

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Jeremy Harris | 1 Jul 2012 19:23

[Bug 304] Use ESMTP and TLS for recipient callout verification

------- You are receiving this mail because: -------
You are the QA contact for the bug.

http://bugs.exim.org/show_bug.cgi?id=304

Jeremy Harris <jgh146exb <at> wizmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-01 18:23:59 ---
No complaints heard.

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Jeremy Harris | 1 Jul 2012 19:35

[Bug 1263] autoreply driver put double commas in OoO messages.

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1263

Jeremy Harris <jgh146exb <at> wizmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jgh146exb <at> wizmail.org
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-01 18:35:25 ---
This is expected behaviour for an ldap lookup (nothing to do with the autoreply
driver) - multi-valued attribute return their values comma-separated therefore
commas which are part of a value must be quoted in some way.  The fix for bug
660 decided to double them; it is up to the caller to handle this.

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Jeremy Harris | 1 Jul 2012 22:44

[Bug 1144] authenticated_sender expanded too early on smtp transport

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1144

Jeremy Harris <jgh146exb <at> wizmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nigel <at> exim.org              |jgh146exb <at> wizmail.org
             Status|NEW                         |ASSIGNED

--- Comment #1 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-01 21:44:10 ---
Created an attachment (id=579)
 --> (http://bugs.exim.org/attachment.cgi?id=579)
proposed fix

I can move the expansion of the option down to just before it is first used,
and the testsuite seems happy enough.

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Jeremy Harris | 2 Jul 2012 21:05

[Bug 1201] forwarding to a content-scanning site is a bounce-generator

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1201

Jeremy Harris <jgh146exb <at> wizmail.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Exim 4.80                   |4.81

--- Comment #8 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-02 20:05:54 ---
There is, and in all the usual places - but it's not hit a release yet.

http://git.exim.org/exim.git/blob_plain/cd6d74aba8468c0bace2b763212edf5ac8bc6446:/doc/doc-docbook/spec.xfpt

... and search on "cutthrough".

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Phil Pennock | 3 Jul 2012 05:17
Favicon
Gravatar

[Bug 1144] authenticated_sender expanded too early on smtp transport

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1144

--- Comment #2 from Phil Pennock <pdp <at> exim.org>  2012-07-03 04:17:49 ---
LGTM

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Dean Brooks | 2 Jul 2012 20:52
Favicon

[Bug 1201] forwarding to a content-scanning site is a bounce-generator

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1201

Dean Brooks <dean <at> iglou.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dean <at> iglou.com

--- Comment #7 from Dean Brooks <dean <at> iglou.com>  2012-07-02 19:52:28 ---
Is there any documentation for this patch?  I'm a bit intrigued but haven't
been able to find any documentation about its configuration or method of
implementation.  Perhaps a new section in spec.txt?

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Vladimir Koshelenko | 5 Jul 2012 11:50
Picon

[Bug 1267] New: Negation does not work with inlist and inlisti

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1267
           Summary: Negation does not work with inlist and inlisti
           Product: Exim
           Version: 4.77
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: String expansion
        AssignedTo: nigel <at> exim.org
        ReportedBy: koshelenkovv <at> gmail.com
                CC: exim-dev <at> exim.org

$ exim -be
> ${if inlist{aa}{aa} {in list}{not in list}}
in list
> ${if !inlist{aa}{aa} {not in list}{in list}}
not in list

Exim from here: http://dl.atrpms.net/all/exim-4.77-48.el6.x86_64.rpm

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

Jeremy Harris | 5 Jul 2012 23:56

[Bug 1144] authenticated_sender expanded too early on smtp transport

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1144

--- Comment #3 from Jeremy Harris <jgh146exb <at> wizmail.org>  2012-07-05 22:56:27 ---
6b62e89971d1bb83 pushed.

--

-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email


Gmane