diff --git a/uk/ac/sanger/artemis/io/LineGroup.java b/uk/ac/sanger/artemis/io/LineGroup.java
index d9c4bc134c5fc2afb89d3b9b8a60b8b95b40920b..159120406c91ce22a1637eb2754cd74857faaad6 100644
--- a/uk/ac/sanger/artemis/io/LineGroup.java
+++ b/uk/ac/sanger/artemis/io/LineGroup.java
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.5 2005-06-14 08:18:41 tjc Exp $
+ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LineGroup.java,v 1.6 2005-06-15 19:44:26 tjc Exp $
  */
 
 package uk.ac.sanger.artemis.io;
@@ -37,7 +37,7 @@ import uk.ac.sanger.artemis.util.LinePushBackReader;
  *  that start with FT.
  *
  *  @author Kim Rutherford
- *  @version $Id: LineGroup.java,v 1.5 2005-06-14 08:18:41 tjc Exp $
+ *  @version $Id: LineGroup.java,v 1.6 2005-06-15 19:44:26 tjc Exp $
  *
  */
 
@@ -259,7 +259,7 @@ abstract class LineGroup
         line.length () == 3 && line.endsWith (" ") ||
         line.length () == 4 && line.endsWith ("  ") ||
         (line.length () >= 5 && line.substring (2,5).equals ("   ") || 
-         line.startsWith("HD * confidential") )))                       // EMBL pre-submission line
+         line.substring (2,5).equals (" * ")) ))    // EMBL pre-submission line
     {
 
       if(line.startsWith(EMBL_FEATURE_STRING))