1.	Restore sendmail configuration
=	==============================
	In "Ruleset 0" section from sendmail.cf file the line:

R$*         $#ravsendmail $@$1 $:$1
        must be replaced with:

R$*         $: $>Parse1 $1      final parsing

!!!NOTE:    attention with tabs:"R$*<tab><tab>$: $>Parse1 $1	final parsing"

	In "MAILER DEFINITIONS" section you must erase:

Mravsendmail,   P=/opt/rav/bin/ravsendmail, F=ClADFMSPhu, S=0, R=0,
        T=DNS/RFC822/X-Unix,
        A=ravsendmail /var/opt/rav $h $f $u $i

	Delete the next line from "Format of headers" section:
HX-RAV-AntiVirus: This e-mail has been scanned for viruses on host: $j

2.	Restart sendmail system
=	=======================

	/etc/init.d/sendmail restart
	or
	killall -HUP sendmail

3.	Uninstall RAV AntiVirus v8 for Sendmail
=	=====================================
	Stop RAV AntiVirus daemon:
	killall -TERM ravmd

	The product contains the following packages:
	ravcore-8.*-*.i386.rpm		-- RAV scanning engine
	ravmd-8.*-*.i386.rpm		-- RAV mail scanning daemon
	ravsendmail-8.*-*.i386.rpm	-- external filter used by sendmail
	
	You can use our uninstall.sh script in order to uninstall them or use the
	following comands to uninstall them manually (you must be root):
        
	rpm -e ravsendmail
	in order to uninstall ravsendmail.

	rpm -e ravmd
	in order to uninstall ravmd.

	rpm -e ravcore
	in order to uninstall ravcore.