On Mon, 2010-07-12 at 08:45 -0400, William L. Thomson Jr. wrote:
> Looks like the past problem with ASSP validating local addresses has
> resurfaced after upgrading ASSP.
> http://marc.info/?l=jaxlug-list&m=126887441421562&w=2
>
> Pretty obvious why, upgrade wiped out my hack. Hoped it wouldn't be
> necessary with newer versions. Still not sure why it works for lists on
> my server, but not on the LUG server. That is having stuff like
> [email protected] as a valid local address.
>
> Anyway will address ASAP sometime today.
>
Ran way behind on this, but got this resolved today. Sorry for the
delay, but people can subscribe and unsubscribe again at their
leisure :)
For the curious here is my hack, stored now as a patch. Bit different
from before, and still way nasty! Might tweak it a bit more, but works
for now.
--- assp.pl 2010-07-20 18:06:46.000000000 -0400
+++ /usr/share/assp/assp.pl 2010-07-20 18:07:31.000000000 -0400
@@ -10144,6 +10144,12 @@
mlog( $fh, "$2 validated by LocalAddresses_Flat" ) if
$ValidateUserLog ==3;
} elsif ( !$this->{islocalmailaddress}
+ && $uh =~ m/(^list-).*(\[email protected]$)/ )
+ {
+ $this->{islocalmailaddress} = 1;
+ mlog( $fh, "$2 validated by hack" ) if $ValidateUserLog ==3;
+
+ } elsif ( !$this->{islocalmailaddress}
&& $LocalAddresses_Flat
&& matchSL( $uh, 'LocalAddresses_Flat' ))
{
--
William L. Thomson Jr.
Systems Administrator
Jacksonville Linux Users Group
Archive http://marc.info/?l=jaxlug-list&r=1&w=2
RSS http://www.mail-archive.com/[email protected]/maillist.xml
Unsubscribe, e-mail: [email protected]