In the command:
 
  sed '1-8d' morse.mail > morse.dat

The argument: '1-8d' means delete lines 1 to 8.