[libre-riscv-dev] [Bug 181] test and install public-inbox

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Tue Mar 17 10:56:36 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=181

--- Comment #43 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
wait... hang on... i should check: this should be checking for what
goes to the *user that is subscribed to the list*.

not the actual list itself, is that correct?

so:

public_inbox:
    debug_print = "R: public_inbox for $local_part@$domain"
    driver = accept
#   require_files = PI_HOME/check.pck
    domains = libre-riscv.org
    check_local_user
    local_parts = publicinbox
    transport = public_inbox_transport

not:

    domains = lists.libre-riscv.org
    check_local_user
    local_parts = libre-riscv-dev

this latter i believe would take *all* email sent to
libre-riscv-dev at lists.libre-riscv.org and push it into public-inbox

whereas what we want is the mail delivered *from mailman*, where
"publicinbox at libre-riscv.org" happens to be one of the recipients.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list