Mailfetch::Rule::And - compound rule for the And-operation
my $pause = Mailfetch::Rule::And->new( rules => [ Received::Via->new(...), Recipient->new( to => 'corion@cpan.org' ), ]);
Mailfetch::Rule::Compound, Mailfetch::Rule::Or