On 3/10/25 12:24 AM, Kyle Lahnakoski wrote:
When I add a user (like myself) I get a welcome email from all-
requ...@mymaillist.org. When I respond, the mail arrives in the S3
bucket, but I do not know how to give it to mailman3. The "inject"
command will not work because there is no "all-request" mailing list.
How do I feed these administrative mails to mailman3?
You can use `inject` with something like
```
/opt/mailman/venv/bin/mailman inject -f <somefile> -q command
a...@mymaillist.org
```
but
I have tried netcat the email to the ?LMTP? port, but it fails:
this is the better way. The issue is you are not using `nc` correctly.
When you do
$ nc localhost 8024 < /tmp/pbTw1oqmV1rZtHXV707Jcov264hr
you are telling nc to take commands from the file
/tmp/pbTw1oqmV1rZtHXV707Jcov264hr. You need to give it a command to send
the file.
--
Mark Sapiro <m...@msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/WJIO5UOBC6T4FM43PGFN3REZQMM5K5QU/
This message sent to arch...@mail-archive.com