>>>>> "BR" == Brock Rozen <brozen@netvoyage.net> writes:
BR> Please add this to the next alpha.
By my inspection, 1.94 resend already uses mungedomain do to restrict_post
lookups. I sent a message with the code as proof several days ago. If
this isn't working (I don't use it, so I can't say) we need to fix it, not
try to adapt 1.93 patches. Remember that 1.94 resend doesn't look much
like 1.93 resend. In particular, everything is encapsulated into the
check_sender routine, which does the following:
# 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>);
Note the check for mungedomain?
One thing that the mentioned patch does have is support for a command-line
option to for this (-g) but I'm not certain this is useful since you have to
specify restrict_post in the config file.
--
Jason L. Tibbitts III - tibbs@uh.edu - 713/743-8684 - 221SR1
System Manager: University of Houston High Performance Computing Center
1994 PC800 "Kuroneko" DoD# 1723
Follow-Ups:
References:
|
|