=head1 header manipulation # Descriptions: use loop check based on header information ? # History: # Value: YES_OR_NO # Examples: use_incoming_mail_header_loop_check = yes # Descriptions: loop check rules # History: # Value: MIX ( # check_message_id # check_x_ml_info # check_list_post # ) # Examples: incoming_mail_header_loop_check_rules = check_message_id check_x_ml_info check_list_post # Descriptions: Message-ID cache directory # History: # Value: DIR # Examples: message_id_cache_dir = $db_dir/message_id =head2 ARTICLE # Descriptions: article Message-ID cache directory # History: # Value: DIR # Examples: article_message_id_cache_dir = $db_dir/article_message_id # Descriptions: use article header rewrite function ? # History: # Value: YES_OR_NO # Examples: use_article_header_rewrite = yes # Descriptions: header rewriting rules # History: # Value: MIX ( # delete_unsafe_header_fields # rewrite_article_subject_tag # rewrite_subject_tag # rewrite_reply_to # rewrite_reply_to_enforce_article_post_address # rewrite_errors_to # rewrite_message_id # add_software_info # add_fml_ml_name # add_fml_traditional_article_id # add_fml_article_id # add_x_sequence # add_rfc2369 # ) # Examples: article_header_rewrite_rules = delete_unsafe_header_fields rewrite_article_subject_tag rewrite_reply_to rewrite_errors_to rewrite_stardate rewrite_precedence rewrite_message_id add_software_info add_fml_ml_name add_fml_traditional_article_id add_fml_article_id add_x_sequence add_rfc2369 # Descriptions: use digest article header rewrite function ? # History: # Value: YES_OR_NO # Examples: use_digest_header_rewrite = yes # Descriptions: digest article header rewrite rules # History: # Value: MIX ( add_software_info add_rfc2369 ) # Examples: digest_header_rewrite_rules = add_software_info add_rfc2369 # Descriptions: remove unsafe header fields # History: $SKIP_FIELDS # Value: HEADER_FIELD_LIST # Examples: unsafe_header_fields = Return-Receipt-To # Descriptions: Subject: tag. # see sprintf(3) on the usage of % et.al. # History: # Value: SUBJECT_TAG # Examples: [elena:00080] article_subject_tag = [$ml_name:%05d] # Descriptions: default list-software header field. # History: LIST_SOFTWARE # Value: STR # Examples: $fml_version article_header_list_software = $mail_header_default_list_software # Descriptions: list-help of article header. # History: LIST_HELP # Value: STR # Examples: article_header_list_help = $mail_header_default_list_help # Descriptions: list-id of article header. # History: LIST_HELP # Value: STR # Examples: $ml_name ML <$ml_name.$ml_domain> article_header_list_id = $mail_header_default_list_id # Descriptions: list-owner of article header. # History: none # Value: STR # Examples: article_header_list_owner = $mail_header_default_list_owner # Descriptions: list-post of article header. # History: LIST_POST # Value: STR # Examples: article_header_list_post = $mail_header_default_list_post # Descriptions: list-subscribe of article header. # History: LIST_SUBSCRIBE # Value: STR # Examples: article_header_list_subscribe = $mail_header_default_list_subscribe # Descriptions: list-unsubscribe of article header. # History: LIST_UNSUBSCRIBE # Value: STR # Examples: article_header_list_unsubscribe = $mail_header_default_list_unsubscribe =head2 OUTGOING MAIL # Descriptions: ml name in both X-ML-Name: and X-Sequence header fields. # History: # Value: ML_NAME # Examples: elena outgoing_mail_header_x_ml_name = ${mail_header_default_x_ml_name} # Descriptions: Errors-To: field # History: fml 4.0 's $ERRORS_TO # Value: RFC822_ADDRESS # Examples: elena-admin@fml.org outgoing_mail_header_errors_to = ${mail_header_default_errors_to} # Descriptions: Precedence: field # History: $PRECEDENCE in fml 4.0 # Value: STR # Examples: bulk outgoing_mail_header_precedence = ${mail_header_default_precedence} =head2 GENERAL MAIL HEADER DEFINITIONS # Descriptions: default Precedence: field. # History: PRECEDENCE # Value: STR # Examples: bulk mail_header_default_precedence = bulk # Descriptions: default Errors-To: field. # History: ERRORS_TO # Value: STR # Examples: $maintainer mail_header_default_errors_to = $maintainer # Descriptions: default X-ML-Name: field. # History: ERRORS_TO # Value: STR # Examples: $ml_name mail_header_default_x_ml_name = $ml_name # Descriptions: default list-id header field. # History: LIST_HELP # Value: STR # Examples: $ml_name ML <$ml_name.$ml_domain> mail_header_default_list_id = $ml_name ML <$ml_name.$ml_domain> # Descriptions: default list-owner header field. # History: none # Value: STR # Examples: mail_header_default_list_owner = # Descriptions: default list-post header field. # History: LIST_POST # Value: STR # Examples: mail_header_default_list_post = # Descriptions: default list-help header field. # History: LIST_HELP # Value: STR # Examples: mail_header_default_list_help = # Descriptions: default list-subscribe header field. # History: LIST_SUBSCRIBE # Value: STR # Examples: mail_header_default_list_subscribe = # Descriptions: default list-unsubscribe header field. # History: LIST_UNSUBSCRIBE # Value: STR # Examples: mail_header_default_list_unsubscribe = # Descriptions: default list-software header field. # History: LIST_SOFTWARE # Value: STR # Examples: $fml_version mail_header_default_list_software = $fml_version