Skip to content
  1. 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
  2. Mar 02, 2022
  3. Feb 03, 2022
  4. Apr 09, 2021
  5. Mar 18, 2021
  6. Nov 24, 2020
  7. Nov 17, 2020
  8. Jul 27, 2019
  9. Aug 17, 2018
  10. Feb 22, 2018
  11. Dec 29, 2017
  12. Jan 22, 2017
  13. Oct 03, 2016
  14. Jul 05, 2016
  15. Jan 04, 2016
  16. Aug 23, 2015
  17. 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
  18. Apr 15, 2015
  19. Apr 07, 2015
  20. Aug 13, 2014
  21. Aug 08, 2014
  22. Aug 01, 2014
  23. Jul 31, 2014
  24. Jul 29, 2014
  25. Feb 16, 2014
  26. Dec 27, 2013
  27. Nov 14, 2013
  28. Oct 22, 2013
  29. Oct 21, 2013
  30. Oct 18, 2013
  31. Oct 11, 2013
    • mcramer's avatar
      Implemented: · e372dd69
      mcramer authored
       - javascript hooks prepared (onAfterContentLoad is first available hook)
       - new abstract class for GET and POST requests
       - new js.d directory that is included into main template
      e372dd69
  32. Sep 05, 2013
  33. Jul 31, 2013