>
> blocklist_from *@gmail.com
> welcomelist_auth *@gmail.com
>
> makes it perfect :)
>
> if both dkim and spf is pass, it will get neutral scores
>
I found this to be not sufficient (assuming the above pass is ~all). gmail has
spf ~all.
So I have made an exception for the google network in
J Doe writes:
> I am currently using SpamAssassin 4.0.0 and I had a question on how I
> can ensure that any e-mail from @gmail.com has a valid SPF and DKIM
> signature.
You should phrase what you want more carefully. What I think you said
is:
I want that if mail comes in with a From: of *@gm
J Doe skrev den 2023-07-26 02:00:
I read about DNSBL support in the SpamAssassin man notes, which is
different, but I didn't see if I could wire up my own RHSBL with SA.
see dbl.spamhaus.org rules, its same shit :)
J Doe skrev den 2023-07-26 01:52:
Thanks for your reply - perfect: welcomelist_auth is exactly what I
was looking for!
blocklist_from *@gmail.com
welcomelist_auth *@gmail.com
makes it perfect :)
if both dkim and spf is pass, it will get neutral scores
but if fail it will get spamscored, tha
If you do that you will guarantee yourself to get bunches of spam that might
otherwise be tagged by SA.
the "welcomelist" mechanism says:
Anybody who matches this criteria we consider strongly not to be spam
(regardless of how spammy all the other metrics may say it is).
You should "welco
Hi,
I was wondering if SpamAssassin supports custom RHSBL (Right-Hand Side
Block Lists) ?
The reason I ask is I had a previous mail server running Postfix 3.x and
I made use of my own RHSBL. An example of this is with the following:
/etc/postfix/main.cf
. . .
smtpd_helo
On 2023-07-25 19:39, Benny Pedersen wrote:
J Doe skrev den 2023-07-26 01:20:
its a one liner with welcomelist_auth
Hi Benny,
Thanks for your reply - perfect: welcomelist_auth is exactly what I was
looking for!
- J
J Doe skrev den 2023-07-26 01:20:
I am currently using SpamAssassin 4.0.0 and I had a question on how I
can ensure that any e-mail from @gmail.com has a valid SPF and DKIM
signature.
incorrect questions gives incorrect answers
I am aware that the following can be easily fooled, because it is
Hi,
I am currently using SpamAssassin 4.0.0 and I had a question on how I
can ensure that any e-mail from @gmail.com has a valid SPF and DKIM
signature.
I am aware that the following can be easily fooled, because it is not
checking SPF and DKIM:
welcomelist_from *@gmail.com
... so to