Unsubscribe

On Wed, 20 May 2020, 13:39 Matus UHLAR - fantomas, <[email protected]>
wrote:

> 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@xxx'    => 1
> };
>
> # DOES work
> @spam_lovers_acl = ( 'archive@xxx' );
>
> where can the error be? did I fill bad values for %spam_lovers?
>
>
> --
> Matus UHLAR - fantomas, [email protected] ; 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.
>

Reply via email to