summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Bounce/SimpleMatch.pm
AgeCommit message (Collapse)Author
2006-04-15nuke 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-19fix copyrightfukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-02add yahoo.co.jptmu
change ybb.ne.jp end pattern
2004-01-24fix comments.fukachan
2003-05-04E500 SMTP Mail Service ?fukachan
2003-04-29enhance smtp32 trap pattern to permit case insensitive trapfukachan
2003-04-07add analize ybb.ne.jp and Webshieldtmu
2003-02-09cosmetics (white spaces)fukachan
2003-01-27fix copyrightfukachan
2003-01-27FNF: we should not use $_fukachan
2002-12-31bug fix trap pattern for more accuracy.fukachan
2002-12-20clean 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-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-16update copyrightfukachan
2002-01-16change 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-13clean up comments, update copyrightfukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-09-18more debug info. fixed to use STDERRfukachan
2001-07-31call Mail::Bounce::Language::Japanese::_japanese_address_match() forfukachan
Japanese strings
2001-07-30clean up documentationfukachan
add error examples modify Mail::Bounce::$module return "hints" to caller (Mail::Bounce class).
2001-07-29s/look_japanese/look_like_japanese/gfukachan
2001-05-31clean up documentsfukachan
2001-05-20I can trap SIMS nowfukachan
2001-05-20verify $end_regexp is not emptyfukachan
clean up comments
2001-04-21add yahoo.com rulefukachan
2001-04-15we can parse SMTPSVC nowfukachan
2001-04-15import unknown mta ;)fukachan
2001-04-15add sample and trap rules for SMTP32fukachan
2001-04-12disable smtp32fukachan
fix to trap freeml.com error part start_pattern. more information in debug message.
2001-04-12add rules to parse odn.ne.jp and netscape messaging serverfukachan
2001-04-12define rule for InterScanfukachan
2001-04-12move _addr_clean_up() to Mail::Bounce::address_clean_up()fukachan
check address by Mail::Bounce::address_clean_up()
2001-04-12bug fix. check $end_regexp only if $end_regexp is defined.fukachan
2001-04-12define _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-12nuke 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-12enable to parse nifty.ne.jp error patternfukachan
2001-04-12define rules for caiwireless.net and compuserve.net but not tested ;-)fukachan
2001-04-11enable to trap smail error formatfukachan
2001-04-11nuke debugfukachan
debug on if $ENV{'debug'} is defined.
2001-04-11implement SimpleMatch routine which can trap biglobe.ne.jp format nowfukachan