aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/Role/SubscriberOnly/Drop.pm
blob: 2036c993d3420ebd8cb8e5bead3735d283dc3a61 (plain)
1
2
3
4
5
6
7
8
9
10
package Sietima::Role::SubscriberOnly::Drop; 
use Moo::Role;
use Sietima::Policy;
use namespace::clean;
 
with 'Sietima::Role::SubscriberOnly';
 
sub munge_mail_from_non_subscriber { }
 
1;