Mailing Caranta wrote:
>
>I have a problem that appeared just after installing Mailman.
>
>I have a cron job that sends a picture every day to some of my users.
>To do this I use :
>
>cat picture.jpg |uuencode picture.jpg|mail [EMAIL PROTECTED]

Piping the file into uuencode with cat is an unnecessary step; you
could just do

 uuencode picture.jpg picture.jpg|mail [EMAIL PROTECTED]

but this has nothing to do with your problem.

>
>I used to work perfectly, but now, the received mail hasn't the image
>attached to it.
>Instead of this, the mail has in plain text (as body) the Uuencoded file
>(Begin ----, etc, etc)

It is highly unlikely that this has anything to do with Mailman.

The received mail you describe is exactly what a mail message
containing a uuencoded file normally looks like. Whether you see the
uuencoded file as "raw text" or as an attachment depends on the MUA
that you use to view the mail.

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to