hash matching

Matus UHLAR - fantomas uhlar at fantomas.sk
Wed May 20 14:38:42 CEST 2020


Hello,

I encountered this case where hash matching did not work properly:

default:

  @spam_lovers_maps = (
    \%spam_lovers, \@spam_lovers_acl, \$spam_lovers_re);

# DOES NOT work, no idea why
%spam_lovers = {
       'archive at xxx'    => 1
};

# DOES work
@spam_lovers_acl = ( 'archive at xxx' );

where can the error be? did I fill bad values for %spam_lovers?


-- 
Matus UHLAR - fantomas, uhlar at fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I drive way too fast to worry about cholesterol.


More information about the amavis-users mailing list