Handle IPv6 addresses with SPF.
[exim.git] / src / src / expand.c
2011-08-28 Phil PennockHandle ${run} returning more data than OS pipe buffer...
2011-08-27 Phil Pennock$av_failed variable set when av_scanner deferred
2011-06-29 Tony FinchRemove obsolete $Cambridge$ CVS revision strings.
2011-05-09 Phil PennockINT_MIN {/,%} -1 = INT_MAX for our purposes.
2011-04-26 Phil PennockCond !bool{}/!bool_lax{} did not negate. Fixed.
2011-04-12 Phil PennockAlso ${eval:x % 0} fixed to not SIGFPE.
2011-04-12 Phil PennockCatch divide-by-zero in ${eval:...}.
2011-03-22 Phil PennockCompiler masochism compliance.
2011-02-13 Phil PennockImplement %M datestamping in log filenames.
2011-02-13 Phil PennockEscape lookup deferral error message when logging.
2011-01-05 David WoodhouseAdd dynamic lookup support
2010-06-07 Phil PennockBoth bool{} and bool_lax{} should ignore trailing white...
2010-06-07 Phil PennockAdded bool_lax{} expansion operator, which uses Router...
2010-06-05 Phil PennockNew expansion operator: reverse_ip
2009-11-16 Nigel MetheringhamUpdate all copyright messages to cover 1995 - 2009...
2009-10-16 Tom KistnerBugzilla #722
2009-10-15 Tom KistnerPromote dkim_cur_signer to expansion variable
2009-10-15 Tom KistnerFix dkim_signers condition logic / Renamed dkim_signing...
2009-10-14 Nigel Metheringhambool: condition support. fixes: #167
2009-08-31 Tom KistnerFix compiler warnings, some of those not being harmless...
2009-06-27 Tom KistnerFix wrong #ifndef macro
2009-06-10 Tom KistnerMerge native DKIM support (from DEVEL_PDKIM)
2008-12-12 Nigel MetheringhamMake whitespace strings compare euqal to zero. fixes...
2008-08-07 Tony FinchFix the way ${extract is skipped in the untaken branch...
2008-05-22 Tony FinchIf a ${dlfunc module has side-effects that cause store...
2008-04-24 Tom Kistnerfix BATV prvs expiry calculation for one rollover case
2008-02-12 Nigel MetheringhamIntegrated SPF Best Guess. Fixes: bug #521
2008-01-17 Tom Kistneradd patch to support dccifd directly from ACL system...
2007-10-04 Tom KistnerAdded missing expansion links for dkim_domain and dkim_...
2007-08-23 Philip HazelAdd message_body_newlines.
2007-08-22 Philip HazelAdd the NOTQUIT ACL.
2007-06-27 Philip HazelAdd queue_only_load_latch.
2007-06-22 Philip HazelAdded $max_received_linelength.
2007-06-14 Philip HazelAdded $dnslist_matched.
2007-05-11 Tom KistnerAdapt PRVS BATV scheme address format to latest draft...
2007-02-26 Philip HazelNot correctly resetting $item and $value after an expan...
2007-02-16 Magnus HolmgrenI took action and made $recipients available in local_s...
2007-02-14 Philip HazelAdded expansion items addresses, filter, map, reduce.
2007-02-10 Magnus Holmgrens/iterate_item_save/save_iterate_item/ to be consistent...
2007-02-06 Philip HazelAdd forany/forall (Marcus Holmgren's patch, basically).
2007-01-31 Philip HazelAdd ${rfc2047d: expansion.
2007-01-30 Philip HazelMagnus' patch for $sending_ip_address and $sending_port.
2007-01-23 Philip HazelAdd $smtp_count_at_connection_start.
2007-01-08 Philip HazelCast empty string to zero for numerical comparions... exim-4_66
2007-01-08 Philip HazelUpdate version number and copyright year.
2006-12-24 Magnus HolmgrenDon't check that the operands of numeric comparison...
2006-12-05 Philip HazelDocumentation and comment tidies.
2006-11-13 Philip HazelCorrect error in previous patch.
2006-11-13 Philip HazelAdd timeout to connect() for Unix domain socket in...
2006-11-13 Philip HazelRename $interface_address and $interface_port as $recei...
2006-11-13 Philip HazelAdd bitwise logical operators to ${eval:
2006-10-31 Philip HazelAdd warning about missing colon to invalid expansion...
2006-10-31 Philip HazelClose writing end of socket for ${readsocket before...
2006-10-30 Philip HazelPrevious fix for concatenated headers wasn't backwards...
2006-10-24 Philip HazelRemove trailing whitespace from each header before...
2006-10-09 Philip HazelArrange to call dns_init() for host_find_byname() as...
2006-10-03 Philip HazelAdded $message_headers_raw to give all the headers...
2006-09-19 Philip HazelTweak the ACL variable name code to require either...
2006-09-19 Philip HazelApply Jakob Hirsch's patch for arbitrary ACL variable...
2006-09-18 Philip HazelCheck for overflow in numeric expansion conditions...
2006-09-05 Philip HazelAn update to gcc 4 threw up some new uninitialized...
2006-04-18 Philip HazelExtend ${readsocket to TCP sockets (modified John Jetmo...
2006-03-08 Philip HazelAllow for linefold when generating more than one RFC...
2006-03-01 Philip HazelAdd ${time_eval: expansion.
2006-02-28 Philip Hazel${prvs was broken on systems where time_t is long long.
2006-02-10 Philip HazelAdd $auth1, $auth2, $auth3 variables.
2006-02-07 Philip HazelUpdate copyright year in (most) files (those that my...
2005-12-14 Philip HazelFix bug in new code for more ACL variables - even befor...
2005-12-12 Philip HazelGo to 20 ACL variables of each type, and make the numbe...
2005-12-12 Philip HazelPrevious patch for $reply_address was incomplete and...
2005-12-12 Philip HazelChange $reply_address to use raw headers, to retain...
2005-12-06 Philip HazelAdd disable_ipv6, tidy up calls to string_is_ip_address().
2005-11-15 Philip HazelAdd check_rfc2047_length to disable length checking...
2005-10-12 Philip HazelOops, I introduced a bug in ${prvstest changes, shown...
2005-10-12 Philip HazelTidies to ${prvscheck: (1) treat missing 3rd argument...
2005-10-12 Philip HazelGenerate an error if the third argument to ${prvs is...
2005-09-28 Philip HazelMake ${base62d: adjust for BASE_62, as ${base62: does.
2005-09-13 Philip HazelAdd $smtp_command.
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.
next