<html style="direction: ltr;">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="latin-charset" bgcolor="#FFFFFF"
text="#000000">
<blockquote type="cite"> On 12/19/2011 11:20 PM, Omer Zak wrote: </blockquote>
<br>
<blockquote type="cite">The problem:
<br>
How to actually send the file?
<br>
If I use my regular E-mail client (Evolution), and attach the bug
report
<br>
to my message, Debian BTS does not accept it.
<br>
I have also mutt and bsd-mailx installed but I don't know if and
how to
<br>
use them to send the file.
</blockquote>
<br>
Greetings, Omer , I probably misunderstood your question, but just
in case I didn't :) - and all you're looking for is to paste the
contents of a <br>
txt file to a mutt email, here is what I use. <br>
<br>
In the below 1st example, The content of : /$PATH/$TO/$FILE/ will be
pasted as the Email message. the -a option is ... optional. <br>
<br>
<p>mutt -s $SUBJECT $RECIPIENT < /$PATH/$TO/$FILE/$WHICH/$WILL -a
/$Path/$To/$AttachmentFile<br>
</p>
in more specific terms :<br>
<br>
mutt -s <a class="moz-txt-link-abbreviated" href="mailto:foo@bar.com">foo@bar.com</a> < /etc/network/interfaces -a
/etc/network/mynetwork_interfaces.txt <br>
<br>
HTH,<br>
<br>
Guy<br>
</body>
</html>