| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-04-15 | nuke ambiguous method and variable name. | fukachan | |
| num_paragraph() -> paragraph_total() (XXX see "Code Complete"). each variable holding this return value is fixed to $total. | |||
| 2005-08-19 | fix copyright | fukachan | |
| 2005-08-19 | FNF: XXX_clean_up() -> XXX_cleanup() | fukachan | |
| 2004-06-30 | overhaul: fix comments and messages. validate initial value. | fukachan | |
| 2004-06-02 | add yahoo.co.jp | tmu | |
| change ybb.ne.jp end pattern | |||
| 2004-01-24 | fix comments. | fukachan | |
| 2003-05-04 | E500 SMTP Mail Service ? | fukachan | |
| 2003-04-29 | enhance smtp32 trap pattern to permit case insensitive trap | fukachan | |
| 2003-04-07 | add analize ybb.ne.jp and Webshield | tmu | |
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-01-27 | fix copyright | fukachan | |
| 2003-01-27 | FNF: we should not use $_ | fukachan | |
| 2002-12-31 | bug fix trap pattern for more accuracy. | fukachan | |
| 2002-12-20 | clean up. | fukachan | |
| + define label or rename label to more appropriate one for loop. + use return(). + use qw() if could. use //o if could. fix comments. | |||
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-16 | update copyright | fukachan | |
| 2002-01-16 | change Mail::Message naming convention. | fukachan | |
| public -> private: o head_message o last_message o next_message o prev_message prefix change: o rfc822_message_ -> whole_message_ o get_first_plaintext_message() -> find_first_plaintext_message() o get_encoding_mechanism() -> encoding_mechanism() o get_data_type() -> data_type() o get_data_type_list() -> data_type_list() renamed: o get_offset() - >offset_pair() o header_in_body_part() -> message_fields() o data_in_body_part() -> message_text() where we use RFC822 flabour naming convention. rfc822 says "message = fields + text" and rfc2047 says "message" as defined in RFC 822, with all header fields optional. | |||
| 2002-01-13 | clean up comments, update copyright | fukachan | |
| 2001-12-23 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-09-18 | more debug info. fixed to use STDERR | fukachan | |
| 2001-07-31 | call Mail::Bounce::Language::Japanese::_japanese_address_match() for | fukachan | |
| Japanese strings | |||
| 2001-07-30 | clean up documentation | fukachan | |
| add error examples modify Mail::Bounce::$module return "hints" to caller (Mail::Bounce class). | |||
| 2001-07-29 | s/look_japanese/look_like_japanese/g | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-20 | I can trap SIMS now | fukachan | |
| 2001-05-20 | verify $end_regexp is not empty | fukachan | |
| clean up comments | |||
| 2001-04-21 | add yahoo.com rule | fukachan | |
| 2001-04-15 | we can parse SMTPSVC now | fukachan | |
| 2001-04-15 | import unknown mta ;) | fukachan | |
| 2001-04-15 | add sample and trap rules for SMTP32 | fukachan | |
| 2001-04-12 | disable smtp32 | fukachan | |
| fix to trap freeml.com error part start_pattern. more information in debug message. | |||
| 2001-04-12 | add rules to parse odn.ne.jp and netscape messaging server | fukachan | |
| 2001-04-12 | define rule for InterScan | fukachan | |
| 2001-04-12 | move _addr_clean_up() to Mail::Bounce::address_clean_up() | fukachan | |
| check address by Mail::Bounce::address_clean_up() | |||
| 2001-04-12 | bug fix. check $end_regexp only if $end_regexp is defined. | fukachan | |
| 2001-04-12 | define _reach_end() to check the end of the error message part. | fukachan | |
| We ignore Japanese part and check the end by considering Japanese too. So @ISA = (Mail::Bounce) now. | |||
| 2001-04-12 | nuke module-global variables and define $args for control block. | fukachan | |
| clean up address pick up code define "SMTP32" case but it is not tested on behalf of not having the sample | |||
| 2001-04-12 | enable to parse nifty.ne.jp error pattern | fukachan | |
| 2001-04-12 | define rules for caiwireless.net and compuserve.net but not tested ;-) | fukachan | |
| 2001-04-11 | enable to trap smail error format | fukachan | |
| 2001-04-11 | nuke debug | fukachan | |
| debug on if $ENV{'debug'} is defined. | |||
| 2001-04-11 | implement SimpleMatch routine which can trap biglobe.ne.jp format now | fukachan | |
