[Bug 848] New: Allow more variable in local_scan API before calling dlfunc

View: New views
2 Messages — Rating Filter:   Alert me  

[Bug 848] New: Allow more variable in local_scan API before calling dlfunc

by Bugzilla from serge-exim@srv0.ath.cx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

http://bugs.exim.org/show_bug.cgi?id=848
           Summary: Allow more variable in local_scan API before calling
                    dlfunc
           Product: Exim
           Version: N/A
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: String expansion
        AssignedTo: nigel@...
        ReportedBy: serge-exim@...
                CC: exim-dev@...


The Exim variables and functions that are defined by local_scan API are also
available for dynamically loaded functions ( dlfunc ).

When compiling a local function the split_spool_directory, spool_directory and
message_subdir C variables are not exported in the local_scan API.


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

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

[Bug 848] Allow more variable in local_scan API before calling dlfunc

by Bugzilla from serge-exim@srv0.ath.cx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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




--- Comment #1 from Serge Demonchaux <serge-exim@...>  2009-11-05 22:46:03 ---
Created an attachment (id=340)
 --> (http://bugs.exim.org/attachment.cgi?id=340)
patch export variables an functions

Hi,

Global variables / function exported in the local_scan API to build local_scan
or ${dlfunc.

Regards,

--Serge


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

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##