https://bugs.exim.org/show_bug.cgi?id=2691

            Bug ID: 2691
           Summary: list match into a filename element does not set
                    $foo_data
           Product: Exim
           Version: 4.94
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: List matching
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Found with a local_parts= match, but likely applies also to domains=

When an element of the list is a filename, $local_part_data is not being
properly
set.  Results vary; sometimes bogus data, sometimes no value.

This turned out to be returning a stack-allocated string array with the value;
fix is to copy to allocated memory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to