[exim-dev] [Bug 1147] New: builtin list counting feature

Top Page
Delete this message
Reply to this message
Author: Arkadiusz Miskiewicz
Date:  
To: exim-dev
New-Topics: [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature, [exim-dev] [Bug 1147] builtin list counting feature
Subject: [exim-dev] [Bug 1147] New: builtin list counting feature
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1147
           Summary: builtin list counting feature
           Product: Exim
           Version: 4.76
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: medium
         Component: Unfiled
        AssignedTo: nigel@???
        ReportedBy: arekm@???
                CC: exim-dev@???



I'm looking for a expansion feature that would allow to count elements in
lists.

For example I had recently tons of spam with:
From: aaa@???, bbb@???, c@???, ...
(multiple addresses in From)

and I've tried to make a condition like "if count(addresses($h_from)) > 1"

exim-users people came up with this ugly (but working) hack:

  # DEBUG #
  warn    set acl_m_sender_count = ${reduce \
                           {>, ${addresses:$h_from:} } \
                           { 0 } \
                           {${eval:$value+1}} \
                          }
            logwrite       = Found $acl_m_sender_count senders in From header


This feature request is about adding some smart "count" expansion that would
allow to count members in lists.


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