Fix $emaildomain/neversenders
authorTollef Fog Heen <tfheen@err.no>
Thu, 24 Apr 2014 08:18:14 +0000 (10:18 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 24 Apr 2014 08:18:14 +0000 (10:18 +0200)
Exim's match_local_part does not expand the second argument (unless
compiled with EXPAND_LISTMATCH_RHS), so this could not really have
worked before.  We now use an lookup/lsearch instead of
match_local_part.


No differences found