Skip to content

Commit

Permalink
Merge pull request #333 from adayNU/draft/add-yahoo-mail-proxy
Browse files Browse the repository at this point in the history
Added Yahoo Mail Proxy to regexes.yaml
  • Loading branch information
elsigh authored Aug 1, 2018
2 parents a9f5f01 + 8fad11a commit a1fd5f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ user_agent_parsers:
- regex: 'via ggpht.com GoogleImageProxy'
family_replacement: 'GmailImageProxy'

# Yahoo
- regex: 'YahooMailProxy; https://help.yahoo.com/kb/yahoo-mail-proxy-SLN28749.html'
family_replacement: 'YahooMailProxy'

# Twitter
- regex: '(Twitterbot)/(\d+)\.(\d+)'
family_replacement: 'TwitterBot'
Expand Down
6 changes: 6 additions & 0 deletions tests/test_ua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7632,3 +7632,9 @@ test_cases:
minor: '2'
patch:

- user_agent_string: 'YahooMailProxy; https://help.yahoo.com/kb/yahoo-mail-proxy-SLN28749.html'
family: 'YahooMailProxy'
major:
minor:
patch:

0 comments on commit a1fd5f8

Please sign in to comment.