On 2022-06-23 18:08, Matus UHLAR - fantomas wrote:
2 - /etc/spamassassin/local.cf
header LOCAL_FROMNAME_SPOOF eval:check_fromname_spoof()
score LOCAL_FROMNAME_SPOOF 5.0
My question is about how to configure this plugin and also which score
i should give on the new rules ?
you have just desc
On 23.06.22 15:56, Eduardo Maia wrote:
I'm trying to block the emails with fake FROM like:
From: "Nick Blue "
I have installed spamassassin v3.4.6 and after I enabled the
FromNameSpoof plugin.
On 23.06.22 18:08, Matus UHLAR - fantomas wrote:
I have checked FromNameSpoof plugin from SA 3.4.
On 23.06.22 15:56, Eduardo Maia wrote:
I'm trying to block the emails with fake FROM like:
From: "Nick Blue "
I have installed spamassassin v3.4.6 and after I enabled the
FromNameSpoof plugin.
I have checked FromNameSpoof plugin from SA 3.4.6 and it does not detect all
mail with this kind
On 2022-06-23 16:56, Eduardo Maia wrote:
From: "Nick Blue "
header FOO From:Name =~ /\b@/
others may refine it :=)
note From:Addr must accept more then one @, but not From:Name
i dont know if the plugin is better or not, also remember dkim revails
bogus adressing, eq no dkim pass
if mor
Hi,
I'm trying to block the emails with fake FROM like:
From: "Nick Blue "
I have installed spamassassin v3.4.6 and after I enabled the
FromNameSpoof plugin.
I added the following lines on the files:
1- /etc/spamassassin/v342.pre :
loadplugin Mail::SpamAssassin::Plugin::FromNameSpoof
2