Skip to content
  1. Mar 28, 2024
  2. Mar 11, 2024
  3. Feb 14, 2024
  4. Feb 11, 2024
  5. Jan 23, 2024
  6. Dec 25, 2023
  7. Oct 27, 2023
  8. Oct 21, 2023
  9. Aug 04, 2023
  10. Aug 02, 2023
  11. Jul 25, 2023
  12. Jun 29, 2023
  13. Jun 09, 2023
  14. May 31, 2023
  15. May 02, 2023
  16. Apr 23, 2023
  17. Apr 21, 2023
  18. Mar 09, 2023
  19. Jan 18, 2023
  20. Dec 25, 2022
  21. Nov 28, 2022
    • Helmo's avatar
      tabs · 00b142be
      Helmo authored
      00b142be
  22. Nov 27, 2022
  23. Nov 03, 2022
  24. Oct 27, 2022
  25. Oct 25, 2022
  26. Oct 18, 2022
  27. Sep 16, 2022
  28. Sep 15, 2022
  29. Aug 17, 2022
  30. 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
  31. Apr 25, 2022