Use RM_COMMAND everywhere during building.
[exim.git] / src / src / expand.c
2005-08-23 Philip HazelAdd % operator to ${eval expansion.
2005-08-08 Philip HazelFix memory bug (could segfault) for $reply_address...
2005-08-01 Philip HazelThe use of forbid_filter_existstest now also locks...
2005-08-01 Philip HazelAdd $message_exim_id as a synonym for $message_id,...
2005-08-01 Philip HazelAdded support for SQLite.
2005-06-27 Philip HazelAdded lots of "(void)" casts to standard function calls.
2005-06-22 Philip HazelInsert a lot of missing (void) casts.
2005-06-22 Philip HazelAdded the long-awaited ${if match_ip condition.
2005-06-20 Philip HazelCompiling with DomainKeys caused the test suite to...
2005-06-20 Philip HazelAdd a whole pile of casts to get rid of compiler warnin...
2005-06-20 Philip HazelReturn "100" instead of NULL from prvs function if...
2005-06-20 Philip HazelFix bug in my conversion of Tom's snprintf to string_vf...
2005-06-17 Philip HazelAdded macros for time_t as for off_t and used them...
2005-06-17 Philip HazelPut in some casts for signed/unsigned character strings...
2005-06-16 Tom Kistneradded "prvs" and "prvscheck" expansion items
2005-06-16 Philip HazelCheck the length of off_t at build time and use %ld...
2005-06-13 Tony FinchFix a typo in an error message for ${extract reported by
2005-06-07 Philip HazelUpgrade appendfile so that it is capable of handling...
2005-06-07 Philip HazelFix ${def: bug which treated "0" as false. Also diagnos...
2005-05-23 Tony FinchAdd the ratelimit ACL condition. This is mostly reasona...
2005-05-10 Philip Hazel1. Update version.
2005-04-28 Philip HazelMake $value usable in the "else" part of ${run.
2005-04-27 Philip HazelInstall Tony's patch for $message_linecount.
2005-03-22 Philip HazelTony's $received_time addition.
2005-03-22 Philip Hazel1. Added Tony F's ${dlfunc expansion, slightly modified...
2005-03-09 Tom KistnerDK: fix missing NULL pointer check for DK expansions
2005-03-08 Philip HazelRunning the full tests showed up 3 that contained a...
2005-03-08 Tom KistnerAdded DomainKeys support. See doc/experimental-spec...
2005-02-17 Philip Hazel(1) Last-minute sieve patch (updates to latest spec).
2005-01-25 Philip Hazel(1) Added $host_lookup_deferred.
2005-01-13 Philip Hazel(1) Get rid of compiler warnings (a) in expand.c on...
2005-01-04 Philip Hazel(1) Typo in redirect router; (2) Update version number...
2004-12-22 Philip HazelAdded $smtp_active_hostname as a variable, and used...
2004-12-16 Tom KistnerMerge from EXISCAN branch.
2004-11-18 Philip HazelCanonicize IPv6 addresses that are supplied via -bh...
2004-11-17 Philip HazelAllow both strings to be omitted in "${if" expansions...
2004-11-17 Philip HazelRespect the 75-character limit for "encoded words"...
2004-11-17 Philip HazelAdded $spool_size, $log_size, $spool_inodes, $log_inodes.
2004-11-05 Philip HazelAdded $sender_verify_failure and $recipient_verify_fail...
2004-10-19 Philip Hazel(1) $address_data in an ACL was clobbered by a sender...
2004-10-07 Philip HazelStart