Discussion:
spam_lovers doesn't work, spam_lovers_acl does
Matus UHLAR - fantomas
2018-03-19 14:42:58 UTC
Permalink
Hello,

some time ago I wanted to redirect spam to ***@example.com.
I have set:

$final_spam_destiny = D_DISCARD;

and tried to deliver spam to spam_lovers, but:

%spam_lovers = {
'***@example.com' => 1,
};

did not work, while:

@spam_lovers_acl = ( '***@example.com');

did.

was it a mistake on my side?

the version used was 2.7.1, I have upgraded but haven't changed the config
since.
--
Matus UHLAR - fantomas, ***@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.
A day without sunshine is like, night.
Matus UHLAR - fantomas
2018-03-19 15:01:50 UTC
Permalink
oh, a mistake on my side (was some time ago).
Post by Matus UHLAR - fantomas
$final_spam_destiny = D_DISCARD;
%spam_lovers = {
};
@spam_lovers_acl = ( '***@example.com');
did.
In the meaning, using %spam_lovers the mail was NOT exempted from being
dropped, while mailing to @spam_lovers_acl was delivered to archive as
required.
Post by Matus UHLAR - fantomas
was it a mistake on my side?
the version used was 2.7.1, I have upgraded but haven't changed the config
since.
--
Matus UHLAR - fantomas, ***@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.
42.7 percent of all statistics are made up on the spot.
Loading...