sisimai / p5-sisimai

Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.

Home Page:https://libsisimai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce .+ in each regular expression

azumakuniyuki opened this issue · comments

  • #411
  • Many .+s in a regular expression causes a process slow when a long string passed
  • % find lib -type f -exec grep -E '[.][+*]' /dev/null {} \;