Skip to content
Snippets Groups Projects
Forked from uffd / uffd
Loading
  • Julian's avatar
    879a04c5
    Remailer address format v2 · 879a04c5
    Julian authored
    Deprecates old case-sensitive format. Some software out there stores email
    addresses converted to lower case, breaking v1 remailer addresses. The new
    format is case-insensitive and generally more robust.
    
    Uffd continues to use and support the v1 format for services setup before
    this change. Support for the old format is planned to be remove in uffd v3.
    It is possbile to gradually migrate services to the new format with a service
    setting in the admin interface.
    
    Also fixes compatability issue with very recent SQLAlchemy versions introduced
    by b391e176 (whens parameter of case function).
    879a04c5
    History
    Remailer address format v2
    Julian authored
    Deprecates old case-sensitive format. Some software out there stores email
    addresses converted to lower case, breaking v1 remailer addresses. The new
    format is case-insensitive and generally more robust.
    
    Uffd continues to use and support the v1 format for services setup before
    this change. Support for the old format is planned to be remove in uffd v3.
    It is possbile to gradually migrate services to the new format with a service
    setting in the admin interface.
    
    Also fixes compatability issue with very recent SQLAlchemy versions introduced
    by b391e176 (whens parameter of case function).
test_services.py 13.76 KiB