Skip to content
Snippets Groups Projects
  1. Nov 04, 2024
  2. Jul 30, 2023
  3. Jul 29, 2023
  4. Aug 17, 2022
  5. Jun 16, 2022
    • Judah MW's avatar
      functions: Added support for leading dots to _idn_encode_decode() · 22635140
      Judah MW authored
      Amavisd supports wildcards by performing decreasingly specific SQL
      lookups:
          9 - lookup for user+foo@sub.example.com
          8 - lookup for user@sub.example.com
          7 - lookup for user+foo
          6 - lookup for user
          5 - lookup for @sub.example.com
          3 - lookup for @.sub.example.com
          2 - lookup for @.example.com
          1 - lookup for @.com
          0 - lookup for @.       (catchall)
          (https://www.ijs.si/software/amavisd/README.lookups.txt)
      
      However idn_to_* returns an empty string if the domain has a leading dot
      which means lookups 0-3 cannot be used.  This is fixed by removing the
      leading dot before encoding or decoding and adding it back just before
      returning the domain.
      22635140
  6. Mar 02, 2022
  7. Feb 03, 2022
  8. Apr 09, 2021
  9. Mar 18, 2021
  10. Nov 24, 2020
  11. Nov 17, 2020
  12. Jul 27, 2019
  13. Aug 17, 2018
  14. Feb 22, 2018
  15. Dec 29, 2017
  16. Jan 22, 2017
  17. Oct 03, 2016
  18. Jul 05, 2016
  19. Jan 04, 2016
  20. Aug 23, 2015
  21. Jul 28, 2015
    • Marius Cramer's avatar
      - backported patches: · e9d5c95a
      Marius Cramer authored
          - make sure umlautdomains can be found in lists.
          - sorting by database name did not work in database quota list.
          - IDN: use standard from 2008 (which also works with "ß").
      e9d5c95a
  22. Apr 15, 2015
  23. Apr 07, 2015
  24. Aug 13, 2014
  25. Aug 08, 2014
  26. Aug 01, 2014
  27. Jul 31, 2014
  28. Jul 29, 2014
  29. Feb 16, 2014
  30. Dec 27, 2013
  31. Nov 14, 2013
  32. Oct 22, 2013
  33. Oct 21, 2013
Loading