. "$GRIMOIRE/FUNCTIONS" &&

local OLD_SPELL_VERSION="" &&
if spell_ok $SPELL; then
  OLD_SPELL_VERSION="$(installed_version $SPELL)"
  if is_version_less "${OLD_SPELL_VERSION}" "4.80"; then
    message "${PROBLEM_COLOR}" &&
    message "This is backwards-incompatible update of Exim." &&
    message "You need to check README.UPDATING file and ChangeLog of Exim 4.80"
    message "carefully before continuing." &&
    message "${DEFAULT_COLOR}" &&

    if ! query "Do you wish to upgrade Exim now?" n; then
      return 1
    fi
  fi
fi &&

config_query_list   EXIM_MIRRORS                                          \
                    "Which group of exim mirrors would you like to use?"  \
                    "austria"                                             \
                    "belgium"                                             \
                    "france"                                              \
                    "germany"                                             \
                    "ireland"                                             \
                    "japan"                                               \
                    "netherlands"                                         \
                    "norway"                                              \
                    "poland"                                              \
                    "south-africa"                                        \
                    "switzerland"                                         \
                    "united-kingdom"
