268 # Fork and start a mailer 269 (defined($exe) && open($self,"|-")) 270 || $self->exec($exe, $args, \@to) 271 || die $!;