>>>>> "JW" == Jeff Wasilko <jeffw@smoe.org> writes:
JW> I do hope 1.94 supports domain munging in resend...
Well, alpha8 has the following in the check_sender subroutine which, while
horribly gross to look at, seems to support domain munging when checking
the restrict_post files.
# Check the from address. To Quote:
# "Note that this is not guaranteed to contribute to the readability of your program. "
#
@output = grep (
&addr_match($from, $_,
(&main'cf_ck_bool($opt_l,"mungedomain") #';
? 2
: undef)), <$file>);
1.94 is coming...
- J<
References:
|
|