[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Zip files not attached to archives?



I am archiving a mailing list that usually gets JPEG attachments. However,
one woman sends .ZIP files (her email program zips 2 or more JPEGS into a
single ZIP archive).

I am not getting the ZIP attachments in my MHonARC archive.

Messages show:
     Content-Type: multipart/mixed;
        boundary="part1_102.348a6f2b.2c7f6c16_boundary"

I have pasted below the lies from my .mrc file that I believe could have an
effect; they are mostly the defaults, copied in from the examples. I have had
the <MIMEExcs> section commented out.

1) Recommendations (including docs to read) would be appreciated; I'd like to
have the attachments attached to the archive!

2) Is it "safe" for me to edit the .html files directly to attach .jpg
images? Are the .html files pretty much static once they are created? (or
could I lose them during some future update with MHonARC?)


<!-- MIMEEXCS defines the list of content-types to exclude from processing.
<MIMEExcs>
application
audio
video
</MIMEExcs>
-->

<!-- MIMEFILTERS maps content-types to converter functions.
-->
<MIMEFilters>
application/ms-tnef;       m2h_null::filter;            mhnull.pl
application/octet-stream;  m2h_external::filter;        mhexternal.pl
application/*;             m2h_external::filter;        mhexternal.pl
application/x-patch;       m2h_text_plain::filter;      mhtxtplain.pl
audio/*;                   m2h_external::filter;        mhexternal.pl
chemical/*;                m2h_external::filter;        mhexternal.pl
model/*;                   m2h_external::filter;        mhexternal.pl
image/*;                   m2h_external::filter;        mhexternal.pl
message/delivery-status;   m2h_text_plain::filter;      mhtxtplain.pl
message/external-body;     m2h_msg_extbody::filter;     mhmsgextbody.pl
message/partial;           m2h_text_plain::filter;      mhtxtplain.pl
text/*;                    m2h_text_plain::filter;      mhtxtplain.pl
text/enriched;             m2h_text_enriched::filter;   mhtxtenrich.pl
text/html;                 m2h_text_html::filter;       mhtxthtml.pl
text/plain;                m2h_text_plain::filter;      mhtxtplain.pl
text/richtext;             m2h_text_enriched::filter;   mhtxtenrich.pl
text/tab-separated-values; m2h_text_tsv::filter;        mhtxttsv.pl
text/x-html;               m2h_text_html::filter;       mhtxthtml.pl
video/*;                   m2h_external::filter;        mhexternal.pl
x-sun-attachment;          m2h_text_plain::filter;      mhtxtplain.pl
</MIMEFilters>

<!-- MIMEARGS defines arguments to pass to filters registered via
     MIMEFILTERS.
  -->
<MIMEArgs>
m2h_text_plain::filter; maxwidth=80
m2h_external::filter; forceinline
</MIMEArgs>

<!-- MIMEALTPREFS defines content-type preferences for
     multipart/alternative messages.
  -->
<MIMEAltPrefs>
text/plain
text/enriched
text/html
</MIMEAltPrefs>

<!-- MIMEDECODERS defines functions that decode data according
     to an entitie's Content-Transfer-Encoding.
  -->
<MIMEDecoders>
7bit;             as-is;
8bit;             as-is;
binary;           as-is;
base64;           base64::b64decode;            base64.pl
quoted-printable; quoted_printable::qprdecode;  qprint.pl
x-uuencode;       base64::uudecode;             base64.pl
xuue;             base64::uudecode;             base64.pl
uuencode;         base64::uudecode;             base64.pl
</MIMEDecoders>

-- 
- Vicki

Vicki Brown     ZZZ                   Journeyman Sourceror:
P.O. Box 1269      zz  |\     _,,,---,,_         Scripts & Philtres
San Bruno, CA       zz /,`.-'`'    -.  ;-;;,_     Perl, Unix, MacOS
94066     USA         |,4-  ) )-,_. ,\ ( `'-'   http://philtres.com
mailto:vlb@cfcl.com  '---''(_/--'  `-'\_)   http://www.cfcl.com/vlb

---------------------------------------------------------------------
To sign-off this list, send email to majordomo@mhonarc.org with the
message text UNSUBSCRIBE MHONARC-USERS


[Index of Archives]     [Bugtraq]     [Yosemite News]     [Mhonarc Home]