I'm using "sendmail" command in perl to send email
If I send email using perl script and if I check /var/mail/root
I can see a recent copy of mail that I sent using script
Is ther any way so that I dont want copy of mail to appear in /var/mail/root ?
One more question
How to check buffer size while sending email using perl script?