• Addressbook functions using only domain name

    From dpb@brannerchinese.com@21:1/5 to All on Sat Dec 18 02:43:21 2021
    Saving messages to different folders based on the sender's email address is convenient. But recently some corporation have begun varying the login portion of the address with each message. For instance:

    update.1237387553@emailff.att-mail.com

    In such cases, "save" can't recognize the whole address and the use has to intervene manually.

    Is there a way to have "save" recognize only the domain (or a portion of the domain) for selected addresses, so that the user doesn't have to intervene?

    Thanks!

    - dpb

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to d...@brannerchinese.com on Sat Dec 18 12:29:26 2021
    On 18/12/2021 11.43, d...@brannerchinese.com wrote:
    Saving messages to different folders based on the sender's email address is convenient. But recently some corporation have begun varying the login portion of the address with each message. For instance:

    update.1237387553@emailff.att-mail.com

    In such cases, "save" can't recognize the whole address and the use has to intervene manually.

    Is there a way to have "save" recognize only the domain (or a portion of the domain) for selected addresses, so that the user doesn't have to intervene?

    I tend to use sieve to filter my mail
    already at the mail server, it lets you filter on regex.

    As sieve is run on the mail server, it makes things to be sorted
    automatically without any assistance from your mail client. So I would
    check if your mail provider supports sieve and if they do, use it.


    --

    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From dpb@brannerchinese.com@21:1/5 to All on Sat Dec 18 04:22:05 2021
    I'm afraid none of my various providers appear to support sieve. I'm on my own, with Linux and Alpine, when it comes to most of the email functionality I want. But thank you for the suggestion. - dpb

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eduardo Chappa@21:1/5 to d...@brannerchinese.com on Sat Dec 18 10:24:18 2021
    On Sat, 18 Dec 2021, d...@brannerchinese.com wrote:

    Saving messages to different folders based on the sender's email address
    is convenient. But recently some corporation have begun varying the
    login portion of the address with each message. For instance:

    update.1237387553@emailff.att-mail.com

    In such cases, "save" can't recognize the whole address and the use has
    to intervene manually.

    Is there a way to have "save" recognize only the domain (or a portion of
    the domain) for selected addresses, so that the user doesn't have to intervene?

    Dear dpb,

    There is a patch for Alpine that you can use to accomplish this goal. You
    can get the patch from

    https://alpine.x10host.com/alpine/info/rules.html

    and after you have compiled alpine, press M S C and unders the new configuration option "Save Rules" write something like this

    Save Rule = _ADDRESS_ >> {@emailff.att-mail.com} -> folder_name

    and that will make Alpine offer the "folder_name" folder to save the
    message. Other messages will use other folders if they do not match this pattern.

    I hope this helps.

    --
    Eduardo
    https://tinyurl.com/yc377wlh (web)
    http://repo.or.cz/alpine.git (Git)

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