BEGIN	{
		print "# This configuration has been converted for use by sendmail V8"
		print "V1"
	}
/^OEe/	{
		print "O8m";
		next
	}
/^OEr/	{
		print "O8r";
		next;
	}
/^OEs/	{
		print "O8j";
		next;
	}
/^OE/	{
		print "*** ERROR: illegal line ", $0;
		next;
	}
/^OV/	{
		print "OU.... XXX";
		revaliases = $2;
	}
/^DP/	{
		sub("DP", "", $1);
		print "Kuupath program " $1; next
	}
/\$<P\$1/ {
		sub("\$<P\$1", "$(uupath $1 $)");
	}
	{
		print
	}

