Saw these come up today, not sure what the process is so just logging a ticket:
au.search.yahoo.com
search.hp.my.aol.com
A patch to core/DataFiles/SearchEngines.php would be better. ;)
Here are the 3 (found one more) lines :)
'search.hp.my.aol.com.au' => array('AOL', array('query', 'q'), 'aol/search?query={k}'),
'au.search.yahoo.com' => array('Yahoo!', 'p', 'search?p={k}'),
'au.yhs.search.yahoo.com' => array('Yahoo!', 'p', 'avg/search?p={k}'),
not sure how to add a patch perse, so I hope this helps!
(In [1370]) fixes #907 - more search engines; fix searchim typo (> instead of =>); tabify for consistency (no, I didn' do this manually; I wrote a script, of course)
(In [1371]) refs #907 - remove some redundancy