Frequently merging mailing list #1705
-
I'm in process of converting our mailing-list management from mailman 2 to sympa on a Linux system. A key aspect of our mailman management is to merge mailing lists frequently, once every 15 minutes. To keep things simple, assume we have list-a and list-b. We want to merge list-a and list-b to list-c, via a shell script, running periodically. In mailman, this can be done with (just a sketch):
How can one do this in sympa? Commands like
The difficulties with the first approach is that it's not clear how to merge dump files, and this appears to take list-c "down" for longer than mailman's When I tested the second approach, everyone in list-c received an unsubscribe email, then a resubscribe email. I don't see an option in sympa to turn off these emails (this is an option in mailman). Have I missed something? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Please try "include_sympa_list" (https://www.sympa.community/manual/customize/data-sources.html). The default frequency is 1 hour and can be change through the ttl parameter. |
Beta Was this translation helpful? Give feedback.
-
I may need some help here, since I didn't find many examples of this via web searches. I'm using the Linux RPMs distributed via EPEL; for me, $SYSCONFDIR is In
Edit
In which file do I define the |
Beta Was this translation helpful? Give feedback.
-
I think I have the answer to my own questions:
Thanks, racke. Without your help I would not have found the answer. |
Beta Was this translation helpful? Give feedback.
-
You are welcome 😁 And I think that is a more mature method for the inclusion compared to your solution with mailman. |
Beta Was this translation helpful? Give feedback.
I think I have the answer to my own questions:
I can define these merged lists solely through the web interface. It's a bit tricky to find. In case someone else has the same difficulty:
.incl
file, you can select it from the the data source (source) menu.