Changes between Version 69 and Version 70 of Email2tracConfiguration


Ignore:
Timestamp:
01/08/10 11:09:30 (14 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v69 v70  
    1212|| alternate_notify_template          || None || OPTIONAL if set then use this style sheet for notify.  E.g., `ticket_alternate` ||
    1313|| alternate_notify_template_update   || None || OPTIONAL if set then use this style sheet for notify ticket updates.  E.g., `ticket_alternate_update` ||
    14 || applesingle      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
    15 || appledouble      || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
    16 || binhex           || warn           || OPTIONAL, [#AppleAttachmentsoptions Apple Attachments options], default: warn ||
     14|| applesingle      || warn           || OPTIONAL, [#Attachmentsoptions Attachments options], default: warn ||
     15|| appledouble      || warn           || OPTIONAL, [#Attachmentsoptions Attachments options], default: warn ||
     16|| binhex           || warn           || OPTIONAL, [#Attachmentsoptions Attachments options], default: warn ||
    1717|| black_list       ||                || Drop mail if sender/domain matches. Can have multiple values separated by '',''. ||
    1818|| debug:           || 0              ||  OPTIONAL, if set print some DEBUG info ||
     
    215215
    216216
    217 == Apple Attachments options ==
    218 
    219 === binhex ===
     217
     218== Attachments options ==
     219
     220Versions greater then 1.0.0 you can specify which attachments are saved or dropped, via:
     221 * strip_content_types
     222
     223The following configuration will drop pgp signature attachments and apple binhex40 attachments:
     224  * strip_content_types: application/pgp-signature, application/mac-binhex40
     225
     226
     227The following option will be deprecated in a newer version of email2trac. For now the can be used as backward compatible option for the apple attachments. These options will set the parameter ''strip_content_types'' to drop these kind of attachments. So the option '''warn''' does '''not''' exists anymore:
     228  * binhex
     229  * applesingle
     230  * appledouble
     231
     232
     233=== Version less or equal to 1.0.0 ===
     234
     235==== binhex  ====
    220236
    221237The !BinHex encoding format is deprecated (in favor of !AppleDouble MIME, see RFC 1740), but some older clients might still be using it. A file encoded with !BinHex is annoying to decode unless you are on a Mac.
     
    228244The default is 'warn'.
    229245
    230 === applesingle ===
     246==== applesingle ====
    231247
    232248Same options and meaning as for binhex option above.
    233249
    234 === appledouble ===
     250==== appledouble ====
    235251
    236252The !AppleDouble encoding format is the recommended way to include Mac-specific data in a MIME message, as per RFC 1740. A file encoded with !AppleDouble can easily be presented usefully on all platforms.