You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2013/02/12 15:39:15 UTC

svn commit: r1445185 - /spamassassin/trunk/t/rcvd_parser.t

Author: mmartinec
Date: Tue Feb 12 14:39:14 2013
New Revision: 1445185

URL: http://svn.apache.org/r1445185
Log:
t/rcvd_parser.t cosmetic detail (added a comma -> smaller diff when adding new cases)

Modified:
    spamassassin/trunk/t/rcvd_parser.t

Modified: spamassassin/trunk/t/rcvd_parser.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/rcvd_parser.t?rev=1445185&r1=1445184&r2=1445185&view=diff
==============================================================================
--- spamassassin/trunk/t/rcvd_parser.t (original)
+++ spamassassin/trunk/t/rcvd_parser.t Tue Feb 12 14:39:14 2013
@@ -473,7 +473,7 @@ my %data = (
 
   #ADDED PER Bug 6900
   'from unknown (HELO ?151.80.38.67?) (myuser@mydomain.it@151.80.38.67) by mail.it-connect.it with SMTP; 28 Jan 2013 21:50:51 +0100' => 
-  '[ ip=151.80.38.67 rdns= helo=?151.80.38.67? by=mail.it-connect.it ident=myuser@mydomain.it envfrom= id= auth= msa=0 ]'
+  '[ ip=151.80.38.67 rdns= helo=?151.80.38.67? by=mail.it-connect.it ident=myuser@mydomain.it envfrom= id= auth= msa=0 ]',
 
 );