On Mon, 22 Jun 2009, Larry Nedry wrote: > On 6/22/09 at 1:23 PM +0000 b-sub-0bfe...@rope.net wrote: > >I'd like to retrieve the HOSTNAME. Can someone please point out how to get > >that information into a plugin? Thanks. > > sub hook_mail { > my ($self, $transaction, $sender) = @_; > > my $host = $sender->host; > > return DECLINED; > }
Gotta love quick, simple answers :-) Thanks.