$string = 'Received: from [111.222.333.444] by mail.abcd.de';print "is relay" if index($string,'111.222.333.444')!=-1;