• Re: [SOLVED]Just getting my From header field back?

    From Stefan Ram@21:1/5 to Stefan Ram on Thu Nov 30 16:58:01 2023
    ram@zedat.fu-berlin.de (Stefan Ram) writes:
    ( b'From: Name <name@example.com>\r\n', policy=email.policy.default )

    I need "email.policy.compat32".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From jak@21:1/5 to All on Thu Nov 30 18:36:26 2023
    Stefan Ram ha scritto:
    ram@zedat.fu-berlin.de (Stefan Ram) writes:
    ( b'From: Name <name@example.com>\r\n', policy=email.policy.default )

    I need "email.policy.compat32".



    You could have found the complete string here too:

    for h in posting._headers:
    if h[0] == 'From':
    print(h[1])

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)