Mail processing with:
		R.N.A. (Ribo-Nucleic-Acid Messenger)
=========================================================


You can process mail with RNA-Messenger. Type:

        # mail

RNA-Messenger support off-line processing. Type:

	# sendmail -q

when You are connected for really delivery mail.

RNA is based on "sendmail" script, with switch-options similar to standard
Linux sendmail (see sendmail -h)


==== More tips =========================================


o Fetch your mailbox mail
	
	# fetchmail
    or	# fetchmail [-F] user password host

	Add -F switch if you want remove mail from the server.


o Send mail with Lynx

	# lynx mailto:user@host


o Send mail "manually"

	# echo "ciao" | sendmail user@host

o Send mail-with-header

	cat <<END | sendmail -t
	From: ...
	To: ....
	Subject: ...

	END

With "sendmail -Q -t" delivery is deferred.


o Multi recipient addresses

Use

		To: x@y.z,a@b.c, ....

in the "To:" field: will work (we hope).

o Process queued messages

	# sendmail -q

