https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7764
Paul Stead <paul.st...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.st...@gmail.com --- Comment #1 from Paul Stead <paul.st...@gmail.com> --- Hiya - Is this fixed by setting signedby to $pms->{spf_sender} (or extracting the domain from spf_sender)? Something like 1335 } elsif ($pms->{spf_pass} && $self->{conf}->{txrep_spf}) { $ip = undef; my $spf_domain = $pms->{spf_sender}; $spf_domain =~ s/^.+@//; $signedby = 'spf-'.$spf_domain; does this have the intended consequence for making this key less spoofable? I feel like I'm missing a scenario, but I've run it through a few times. Paul -- You are receiving this mail because: You are the assignee for the bug.