# [EMAIL PROTECTED] / 2003-01-24 12:54:55 +0000:
> On Thu, Jan 23, 2003 at 11:58:30AM -0700, Jason R. Mastaler wrote:
> > Hmm, perhaps I'll take that line out of the templates, and add it in
> > the code as an additional MIME part, to make it mandatory. MTAs like
> > Postfix, Exim and qmail do this in their auto-responses, so why not.
> 
> hm, please don't.  some people get confused by mime.  i disable my
> pgp signature for some people because they see the attachment and
> get all clueless.  "your mail had an attachment!  i couldn't read it!
> your entire message made no sense!  augh!"  (obviously all in uppercase)

    you are confusing some MUAs' inability to handle specific MIME types
    such as application/pgp with how MIME works. Are you subscribed to
    any ezmlm-served list? Does that list append a footer to messages
    that go through it? Look at any multipart MIME message, such as one
    with an attachment. You'll see that the list footer is not inside
    the text of the message, but in it's own part, and yet you see it
    inline with the text the OP had written:

    X-Mailer: KMail [version 1.3.2]
    MIME-Version: 1.0
    Content-Type: Multipart/Mixed;
      boundary="------------Boundary-00=_HKNB8NBH4DLEJYEBAH3G"
    Message-Id: <[EMAIL PROTECTED]>
    Subject: [PHP-DEV] Patch for array.c - if user wants array_search will move 
internal pointer
    Status: RO
    Content-Length: 8058
    Lines: 176

    --------------Boundary-00=_HKNB8NBH4DLEJYEBAH3G
    Content-Type: text/plain;
      charset="iso-8859-1"
    Content-Transfer-Encoding: 8bit

    Hi,
    pasted in and attached to this mail is patch which gives the opportunity

        [...]

    --------------Boundary-00=_HKNB8NBH4DLEJYEBAH3G
    Content-Type: text/x-diff;
      charset="iso-8859-1";
      name="array.diff"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="array.diff"

        [...]

    --------------Boundary-00=_HKNB8NBH4DLEJYEBAH3G
    Content-Type: text/plain; charset=us-ascii

    -- 
    PHP Development Mailing List <http://www.php.net/>
    To unsubscribe, visit: http://www.php.net/unsub.php
    --------------Boundary-00=_HKNB8NBH4DLEJYEBAH3G--
 

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to