[BlueOnyx:22274] Re: additional MX options

Michael Aronoff maronoff at gmail.com
Fri Jul 20 23:45:46 -05 2018


Michael wrote:
> So the "10" simply isn't there. This also makes it really shitty to fix, 
> because optically the "10" has to sit between "Extremely High (0)" and
"Very High (20)".
> 
> How do we name that? "Very, very High (10)" or "Very damn High (10)"?

As a suggestion you could make Extremely High have a value of 10 instead.
if ($obj->{mail_server_priority} =~ m/^\s*Extremely_High/i) { $value = 10; }
And then add a new entry for "Highest Priority" of 0.
if ($obj->{mail_server_priority} =~ m/^\s* Highest_Priority /i) { $value =
0; }

That would make the locale files:

#-----------------

msgid " highest priority"
msgstr " Highest Priority (0)"

msgid "extremely_high"
msgstr "Extremely High (10)"

msgid "very_high"
msgstr "Very High (20)"

msgid "high"	
msgstr "High (30)"

msgid "low"	
msgstr "Low (40)"

msgid "very_low"
msgstr "Very Low (50)"

#-----------------

______________________________
M Aronoff Out – maronoff at gmail.com 

I'm a great believer in luck, and I find the harder I work the more I have
of it.
  - Thomas Jefferson 





More information about the Blueonyx mailing list