Jul 6 14:36:41 moe postfix/smtp[15107]: A73DC113B63: to=, relay=adamant.concentric.com[207.155.248.168], delay=17, status=bounced (host adamant.concentric.com[207.155.248.168] said: 554 : Recipient address rejected: Unknown or invalid user oetiker@concentric.com (in reply to RCPT TO command)) #### while(){ chomp; my @text=split /:/, $_; warn Dumper(@text); } #### @text = ( 'Jul 6 14', '36', '41 moe postfix/smtp[15107]', ' A73DC113B63', ' to=, relay=adamant.concentric.com[207.155.248.168], delay=17, status=bounced (host adamant.concentric.com[207.155.248.168] said', ' 554 ', ' Recipient address rejected', ' Unknown or invalid user oetiker@concentric.com (in reply to RCPT TO command))' ); #### $text[3] and $text[5] print "($text[3])\t($text[5])\n";