NAME
Sietima::Role::NoSpoof - never sends out messages from subscribers' addresses
VERSION
version 1.1.2
SYNOPSIS
my $sietima = Sietima->with_traits('NoSpoof')->new(\%args);
DESCRIPTION
A Sietima
list with this role applied will replace the `From` address with its own post_address
(this is a "sub-role" of WithPostAddress
).
This will make the list DMARC-compliant.
AUTHOR
Gianni Ceccarelli <dakkar@thenautilus.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Gianni Ceccarelli <dakkar@thenautilus.net>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.