Skip to content
Snippets Groups Projects
  1. Jul 29, 2023
  2. Aug 17, 2022
  3. 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
  4. Mar 02, 2022
  5. Feb 03, 2022
  6. Apr 09, 2021
  7. Mar 18, 2021
  8. Nov 24, 2020
  9. Nov 17, 2020
  10. Jul 27, 2019
  11. Aug 17, 2018
  12. Feb 22, 2018
  13. Dec 29, 2017
  14. Jan 22, 2017
  15. Oct 03, 2016
  16. Jul 05, 2016
  17. Jan 04, 2016
  18. Aug 23, 2015
  19. 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
  20. Apr 15, 2015
  21. Apr 07, 2015
  22. Aug 13, 2014
  23. Aug 08, 2014
  24. Aug 01, 2014
  25. Jul 31, 2014
  26. Jul 29, 2014
  27. Feb 16, 2014
  28. Dec 27, 2013
  29. Nov 14, 2013
  30. Oct 22, 2013
  31. Oct 21, 2013
  32. Oct 18, 2013
  33. 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
Loading