LSTSRV-L is a forum for administrators of LISTSERV mailing list sites. LISTSERV list owners and users interested in site administration issues are also welcome to join. Subscription is recommended to be able to post messages to the list freely. Otherwise, each message must be approved by the editor.
We use Listserv 17.0 in RedHat. We had three incidents of 'phantom approval' this year and I had to ask the not aware editors to change the webmail settings.
I tried to use procmailrc to block the keywords. It worked on the regular account on the same server but not the listserv account. I thought that it might be aliases take precedence of procmailrc. We do not want to use a spam filter because it would cause some false-positive. Any insight suggestion to block some keywords (e.g., bitcoin, BTC wallet, and BTC address) from incoming post request?
We have run Listserv (Windows) behind a spam filter for many years. We receive notifications of all spam to the lists which has not be bad. We have approximately 50 lists with max several hundred subscribers and only one or two get much spam. Our lists are closed with subscriber approval which may help too.
If nothing else, have the spam filters check SPF to prevent spoofing and skip any rules based detection.
We hosted more than 600 lists and they are highly diversified. Four lists have more than 5,000 subscribers. Our main mail server is behind a spam firewall, but not the Listserv. Implement a SPF hard fail might block some legitimate posters where their mail server did not have any SPF in their DNS.
See the CONTENT_FILTER template described in the LISTSERV documentation. Probably will help.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Shinn Wu Sent: Thursday, March 09, 2023 1:11 PM To: [log in to unmask] Subject: Re: Block key words?
Hi William,
Thank you for replying to my question.
We hosted more than 600 lists and they are highly diversified. Four lists have more than 5,000 subscribers. Our main mail server is behind a spam firewall, but not the Listserv. Implement a SPF hard fail might block some legitimate posters where their mail server did not have any SPF in their DNS.
A list owner reported that the emails that are going out to subscribers, once they have been added (manually) are showing the correct email address of the owner but the wrong name for that owner.
Example: You have been added to the TEST mailing list (Name of list) by WRONG NAME <[log in to unmask]>.
The owner is not subscribed to their own list, I noticed. The person whose name is being inserted is, but has the appropriate email address, for them.
> What would cause this error in a Digest message but not in the an individual post to a List? > > [Message contains invalid MIME fields or encoding and could not be processed] > > Krista Landon
Basically, when LISTSERV puts together a plaintext digest, it discards everything in the message that isn’t plaintext. If, at the end of that, there’s nothing left, then you get this error. (The error might also show up in other circumstances, if some other error occurs while LISTSERV is attempting to parse the message to put it in the digest.)
My guess is that the message in question was either an HTML message that did not include a plaintext version of the message, or was a message that just consisted of an attached document. Most email programs automatically generate and include a plaintext version of an HTML message, and contain at least a blank plaintext part of messages containing attachments, so this sort of error is rare.
The default wording of the message doesn’t specifically address that scenario, but if you want, you can customize it under ‘List Management’/‘Mail Templates’ (to customize it for a specific mailing list) or ’Server Administration’/‘Mail Templates’ (to customize the default site-wide version). The template’s name is MSG_DIGEST_FRAGMENT_MIME_ERROR.
Ah, I see. These messages are being generated by a Drupal site and sent to the ListServ so I suspect it's not creating plaintext versions.
Is it possible to turn off the digest option for a ListServ / convert all existing subscribers to "Regular"? Or is it perhaps possible to make the digest go out HTML email synopsis?
Krista
On Mon, Jan 30, 2023 at 4:09 PM Jacob Haller <[log in to unmask]> wrote:
> > What would cause this error in a Digest message but not in the an > individual post to a List? > > > > [Message contains invalid MIME fields or encoding and could not be > processed] > > > > Krista Landon > > Basically, when LISTSERV puts together a plaintext digest, it discards > everything in the message that isn’t plaintext. If, at the end of that, > there’s nothing left, then you get this error. (The error might also show > up in other circumstances, if some other error occurs while LISTSERV is > attempting to parse the message to put it in the digest.) > > My guess is that the message in question was either an HTML message that > did not include a plaintext version of the message, or was a message that > just consisted of an attached document. Most email programs automatically > generate and include a plaintext version of an HTML message, and contain at > least a blank plaintext part of messages containing attachments, so this > sort of error is rare. > > The default wording of the message doesn’t specifically address that > scenario, but if you want, you can customize it under ‘List > Management’/‘Mail Templates’ (to customize it for a specific mailing list) > or ’Server Administration’/‘Mail Templates’ (to customize the default > site-wide version). The template’s name is MSG_DIGEST_FRAGMENT_MIME_ERROR. > > Thanks, > jwgh > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
On Jan 30, 2023, at 4:11 PM, Krista <[log in to unmask]> wrote:
> Ah, I see. These messages are being generated by a Drupal site and sent to the ListServ so I suspect it's not creating plaintext versions. > > Is it possible to turn off the digest option for a ListServ / convert all existing subscribers to "Regular"? > Or is it perhaps possible to make the digest go out HTML email synopsis?
You can set ‘Digest= No’ in a mailing list’s configuration, which will cause all subscribers to get messages at the time they are sent out, rather than as a digest.
You can also make the default digest type be either HTML or MIME via
Default-Options= HTML
or
Default-Options= MIME
but HTML digests are not supported by some common email programs and services (web-based services in particular often break the links to individual messages), and the gmail web portal has a bug that prevents it from displaying MIME digests correctly.
If you do change the default digest type, then that will only affect future subscribers of the mailing list. To apply it to current subscribers, you’d issue e.g. a
QUIET SET nameoflist MIME FOR *@*
command under ‘List Management’/‘LISTSERV Command’, replacing ‘nameoflist’ with the name of the mailing list.
Thank you! I think the short term fix will be to set Digest= No on the configuration (I assume that'll work for current subscribers who have their preference set to digest too) and then consider the other options for future.
Krista
On Mon, Jan 30, 2023 at 4:25 PM Jacob Haller <[log in to unmask]> wrote:
> On Jan 30, 2023, at 4:11 PM, Krista <[log in to unmask]> wrote: > > Ah, I see. These messages are being generated by a Drupal site and sent to > the ListServ so I suspect it's not creating plaintext versions. > > Is it possible to turn off the digest option for a ListServ / convert all > existing subscribers to "Regular"? > Or is it perhaps possible to make the digest go out HTML email synopsis? > > > You can set ‘Digest= No’ in a mailing list’s configuration, which will > cause all subscribers to get messages at the time they are sent out, rather > than as a digest. > > You can also make the default digest type be either HTML or MIME via > > Default-Options= HTML > > > or > > Default-Options= MIME > > > but HTML digests are not supported by some common email programs and > services (web-based services in particular often break the links to > individual messages), and the gmail web portal has a bug that prevents it > from displaying MIME digests correctly. > > If you do change the default digest type, then that will only affect > future subscribers of the mailing list. To apply it to current subscribers, > you’d issue e.g. a > > QUIET SET nameoflist MIME FOR *@* > > > command under ‘List Management’/‘LISTSERV Command’, replacing ‘nameoflist’ > with the name of the mailing list. > > -jwgh > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I am currently translating crucial web-templates and mail-templates to german. Unfortunately I cannot find a way to translate the subject "Command confirmation request" which is the very first mail a prospective subscriber gets. I identified the mail-template "CONFIRM1" as the relevant template and changed the subject with the online-template-editor to german. I did this for a specific list and also in the same mail-template in the server administration, but the subject of the confirmation-mail still stays "Command confirmation request".
Has anyone experience with translation of Listserv? We have the version 17.0
Best regards
Michael
[Linz_Logo]
Diese Nachricht inklusive aller Anh?nge kann vertrauliche Informationen enthalten. Falls diese Mail nicht richtig adressiert ist, bitten wir Sie, den/die Absender/in zu informieren und die Nachricht zu l?schen.
Kundmachung - Kommunikation mit dem Magistrat Linz (AVG, BAO) (PDF, 192 KB)<https://www.linz.at/images/files/Kundmachung_AVG_BAO.pdf>
reindexing did not help, producing the same error in first place.
Resaving the list header did help (immediately), and reindexing afterwards works again as expected.
I tried to reproduce the issue using some test-lists and found the same issues and solutions again.
I did hope the following restore order would also work (assuming ABC is the list, /home/listserv/notebook/abc is the folder of notebook files, etc …):
1. restorecmd /home/listserv/notebook/abc/*
2. restorecmd /var/www/html/archives/abc/*
3. restorecmd /home/listserv/home/abc.* resulting in abc.list as (nearly) last restored file. However, resaving the list-config afterwards still is required.
Maybe in an earlier listserv-version (16.x and earlier) restore-only was sufficient..?
Best regards Markus
Von: LISTSERV Site Administrators' Forum <[log in to unmask]> Im Auftrag von Jacob Haller Gesendet: Dienstag, 25. Oktober 2022 04:15 An: [log in to unmask] Betreff: Re: [EXTERNAL] list xy has no archives after file restore, but files exist
On Oct 24, 2022, at 2:36 PM, King, Margaret <[log in to unmask]<mailto:[log in to unmask]>> wrote:
It may need to reindex them.
There is some command to do this but I am not sure I have ever used it, because re-saving the list header generally does it as a side effect, at least on the version we have here. I.e., going into Manual Configuration and hitting Save. In my experience you do not have to actually change anything.
Margaret King Michigan State University
The command’s
reindex both nameoflist
(replacing ’nameoflist’ with the name of the mailing list) and it can be issued under ‘List Management’/‘LISTSERV Command’. (Updating the list’s configuration, or just clicking on ’Save’ on the list configuration page, will do the same thing, as you say.)
If that doesn’t do the trick, then I would go under ’Server Administration’ to ’Site Configuration’ and look to see where WWW_ARCHIVE_DIR points to. In this location, create a subdirectory that has the same name as the mailing list. (If this is on a LISTSERV for Unix server, then make sure the directory’s name is all lower case.) Then restart LISTSERV and see if the archives are now accessible.
after accidentially deleting the wrong list via web-interface, i could restore the corresponding files successfully from our backup server
however listserv claims "the XYZ list has no archives", while config clearly says it has "Notebook=yes,/home/listserv/..." and folder and files have been restored
i'm quite sure (?) it has to do with the order the files and folders need to be restored ...?
I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner.
Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list?
Thanks,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
On Oct 7, 2022, at 11:30 AM, Steven J Depinet <[log in to unmask]> wrote:
> Greetings All, > > I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner. > > Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list?
No, the ‘Subscription=‘ setting only controls what happens to subscription requests, and has no effect on attempts to leave the mailing list. Generally, preventing people from leaving a mailing list is not something I would recommend — it generally leads to spam complaints, which damages your mail server’s reputation, which makes it more likely that your subscribers’ mail servers will classify your mail as spam.
There are some approaches to preventing subscribers from leaving a mailing list, though, in cases where that might be appropriate (for instance, your organization might have a staff mailing list that is supposed to go to all employees). There’s a FAQ that deals with these approaches:
You can also customize the banner that’s added to messages posted to a mailing list, so that they no longer include instructions on how to leave the mailing list, by going under ‘List Management’ to ‘Mail Templates’ and editing the BOTTOM_BANNER and BOTTOM_BANNER_HTML mail templates. (The latter is added to HTML-formatted messages, the former to other types of messages, so if you edit one you should also edit the other.)
Thanks so much, Jacob. I was under that impression, but the “help” next to “Subscription=“ in the List Config page on the Web Interface only talks about Subscription, not unsubscription. So it’s nice to hear that.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Oct 7, 2022, at 9:22 AM, Jacob Haller <[log in to unmask]> wrote: > > On Oct 7, 2022, at 11:30 AM, Steven J Depinet <[log in to unmask]> wrote: > >> Greetings All, >> >> I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner. >> >> Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list? > > No, the ‘Subscription=‘ setting only controls what happens to subscription requests, and has no effect on attempts to leave the mailing list. Generally, preventing people from leaving a mailing list is not something I would recommend — it generally leads to spam complaints, which damages your mail server’s reputation, which makes it more likely that your subscribers’ mail servers will classify your mail as spam. > > There are some approaches to preventing subscribers from leaving a mailing list, though, in cases where that might be appropriate (for instance, your organization might have a staff mailing list that is supposed to go to all employees). There’s a FAQ that deals with these approaches: > > https://www.lsoft.com/manuals/owner-faq/19CanIstoppeoplefromunsubscribin.html > > You can also customize the banner that’s added to messages posted to a mailing list, so that they no longer include instructions on how to leave the mailing list, by going under ‘List Management’ to ‘Mail Templates’ and editing the BOTTOM_BANNER and BOTTOM_BANNER_HTML mail templates. (The latter is added to HTML-formatted messages, the former to other types of messages, so if you edit one you should also edit the other.) > > -jwgh > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
This simplest way i have found to stop people unsubscribing is to issue a "get <listname> (header" in the listserv command box. You will receive an email with the listheader and the list will be locked. That makes it impossible to unsubscribe or edit the list. The unsubscriber will receive this message:
"Sorry, the <Listname> list has been locked since 2022-10-10 09:01:45 by <email listowner>. Try again later and contact the list owner if the condition persists.
You have to issue a "unlock <listname>" in the command box to be able to edit the list again.
The easiest way I have found to block users from unsubscribing is to issue a "get <listname> (Header" command in the command box. This will lock the list and nobody is able to make changes anymore. So subscribers can't unsubscribe themselves anymore. This also blocks listowners from making changes, so choose the right time to lock the list. When a user sends an unsubscribe mail to the list they will receive this message:
"Sorry, the <listname> list has been locked since 2022-10-10 09:01:45 by <email listowner>. Try again later and contact the list owner if the condition persists."
To unlock the list you have to send "unlock <listname>" in the command box.
Hope this helps,
Kind regards,
Joost de Groot
-----Original Message----- From: Steven J Depinet <[log in to unmask]> Sent: vrijdag 7 oktober 2022 17:30 Subject: Subcription= keyword
Greetings All,
I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner.
Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list?
Thanks,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
Here, we use the "EXIT" keyword, which specifies an external command to run, in lists we don't want users to unsubscribe from. These are all administrative lists and are used only for important messages we want to be sure that faculty, staff, and/or students get all of these messages. In our case, we use a PERL script that we got from a former frequent poster to this list who has since retired.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Groot, Joost de (UT-LISA) Sent: Monday, October 10, 2022 3:55 AM To: [log in to unmask] Subject: [LSTSRV-L] FW: Subcription= keyword
Hi Steve,
The easiest way I have found to block users from unsubscribing is to issue a "get <listname> (Header" command in the command box. This will lock the list and nobody is able to make changes anymore. So subscribers can't unsubscribe themselves anymore. This also blocks listowners from making changes, so choose the right time to lock the list. When a user sends an unsubscribe mail to the list they will receive this message:
"Sorry, the <listname> list has been locked since 2022-10-10 09:01:45 by <email listowner>. Try again later and contact the list owner if the condition persists."
To unlock the list you have to send "unlock <listname>" in the command box.
Hope this helps,
Kind regards,
Joost de Groot
-----Original Message----- From: Steven J Depinet <[log in to unmask]> Sent: vrijdag 7 oktober 2022 17:30 Subject: Subcription= keyword
Greetings All,
I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner.
Thanks for sharing that. After reading up on the Exit keyword, it seems to be something that’s possible, and my Management might be interested in having implemented. Which, of course, means work for me...
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Oct 12, 2022, at 12:29 PM, Kenny, Melissa S. <[log in to unmask]> wrote: > > Hi, > > Here, we use the "EXIT" keyword, which specifies an external command to run, in lists we don't want users to unsubscribe from. These are all administrative lists and are used only for important messages we want to be sure that faculty, staff, and/or students get all of these messages. In our case, we use a PERL script that we got from a former frequent poster to this list who has since retired. > > Melissa Kenny > > Web Administrator > Harvard Medical School IT > > 401 Park Drive > Suite 504 West > Boston, MA 02215 > > > > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Groot, Joost de (UT-LISA) > Sent: Monday, October 10, 2022 3:55 AM > To: [log in to unmask] > Subject: [LSTSRV-L] FW: Subcription= keyword > > Hi Steve, > > The easiest way I have found to block users from unsubscribing is to issue a "get <listname> (Header" command in the command box. This will lock the list and nobody is able to make changes anymore. So subscribers can't unsubscribe themselves anymore. This also blocks listowners from making changes, so choose the right time to lock the list. When a user sends an unsubscribe mail to the list they will receive this message: > > "Sorry, the <listname> list has been locked since 2022-10-10 09:01:45 by <email listowner>. Try again later and contact the list owner if the condition persists." > > To unlock the list you have to send "unlock <listname>" in the command box. > > Hope this helps, > > Kind regards, > > Joost de Groot > > -----Original Message----- > From: Steven J Depinet <[log in to unmask]> > Sent: vrijdag 7 oktober 2022 17:30 > Subject: Subcription= keyword > > Greetings All, > > I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner. > > Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list? > > Thanks, > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
As I mentioned, this looks very promising if we should decide to pursue it, but I’m a bit confused about the definition of the DEL_FILTER entry point.
The Advanced Topics Manual for LISTSERV 17.0, Section 4.2 List Exit Points, sub para 4.2.2 DELETE/SIGNOFF/CHANGE Entry Points, under Name: DEL_FILTER says: "Description: This exit point is called for all SIGNOFF commands, and for DELETE commands issued by a registered Node Administrator. It is NOT called for DELETE commands originating from the list owner”.
When a user tries to unsubscribe, does that use the SIGNOFF command? I’ve looked in the User (sorry, List Subscribers) Manual and List Admin (List Owner’s) Manual, and don’t see the email command for a user to unsubscribe themself from a list. I’ve always used delete, but that’s as an admin, I can’t say that I’ve used email to unsubscribe myself from a list...
Presumable, the Web Interface would use the same code, just generate the same params as the mail interface uses, so that would also use SIGNOFF, rather than DELETE?
TIA,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Oct 12, 2022, at 12:29 PM, Kenny, Melissa S. <[log in to unmask]> wrote: > > Hi, > > Here, we use the "EXIT" keyword, which specifies an external command to run, in lists we don't want users to unsubscribe from. These are all administrative lists and are used only for important messages we want to be sure that faculty, staff, and/or students get all of these messages. In our case, we use a PERL script that we got from a former frequent poster to this list who has since retired. > > Melissa Kenny > > Web Administrator > Harvard Medical School IT > > 401 Park Drive > Suite 504 West > Boston, MA 02215 > > > > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Groot, Joost de (UT-LISA) > Sent: Monday, October 10, 2022 3:55 AM > To: [log in to unmask] > Subject: [LSTSRV-L] FW: Subcription= keyword > > Hi Steve, > > The easiest way I have found to block users from unsubscribing is to issue a "get <listname> (Header" command in the command box. This will lock the list and nobody is able to make changes anymore. So subscribers can't unsubscribe themselves anymore. This also blocks listowners from making changes, so choose the right time to lock the list. When a user sends an unsubscribe mail to the list they will receive this message: > > "Sorry, the <listname> list has been locked since 2022-10-10 09:01:45 by <email listowner>. Try again later and contact the list owner if the condition persists." > > To unlock the list you have to send "unlock <listname>" in the command box. > > Hope this helps, > > Kind regards, > > Joost de Groot > > -----Original Message----- > From: Steven J Depinet <[log in to unmask]> > Sent: vrijdag 7 oktober 2022 17:30 > Subject: Subcription= keyword > > Greetings All, > > I have a question from a list owner, asking about people being able to unsubscribe from a list, where Subscription= Owner, and the bottom (to unsubscribe...) banner. > > Does Subscription=Owner prevent people from unsubscribing (by clicking on the link in the bottom banner)? If so (or not), can the banner be eliminated from posts to a specific list? > > Thanks, > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
On Oct 13, 2022, at 11:45 AM, Steven J Depinet <[log in to unmask]> wrote:
> As I mentioned, this looks very promising if we should decide to pursue it, but I’m a bit confused about the definition of the DEL_FILTER entry point. > > The Advanced Topics Manual for LISTSERV 17.0, Section 4.2 List Exit Points, sub para 4.2.2 DELETE/SIGNOFF/CHANGE Entry Points, under Name: DEL_FILTER says: "Description: This exit point is called for all SIGNOFF commands, and for DELETE commands issued by a registered Node Administrator. It is NOT called for DELETE commands originating from the list owner”. > > When a user tries to unsubscribe, does that use the SIGNOFF command? I’ve looked in the User (sorry, List Subscribers) Manual and List Admin (List Owner’s) Manual, and don’t see the email command for a user to unsubscribe themself from a list. I’ve always used delete, but that’s as an admin, I can’t say that I’ve used email to unsubscribe myself from a list...
Yes, SIGNOFF (or its synonym UNSUBSCRIBE) is the command to leave a mailing list. See https://www.lsoft.com/manuals/17.0/commands/11Listsubscriptioncommands.html <https://www.lsoft.com/manuals/17.0/commands/11Listsubscriptioncommands.html> for information about this and other subscription-related commands available to users.
> Presumable, the Web Interface would use the same code, just generate the same params as the mail interface uses, so that would also use SIGNOFF, rather than DELETE?
Right. If a user leaves a list, wa.exe communicates this to LISTSERV by sending a SIGNOFF command.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Oct 13, 2022, at 8:55 AM, Jacob Haller <[log in to unmask]> wrote: > > > > On Oct 13, 2022, at 11:45 AM, Steven J Depinet <[log in to unmask]> wrote: > >> As I mentioned, this looks very promising if we should decide to pursue it, but I’m a bit confused about the definition of the DEL_FILTER entry point. >> >> The Advanced Topics Manual for LISTSERV 17.0, Section 4.2 List Exit Points, sub para 4.2.2 DELETE/SIGNOFF/CHANGE Entry Points, under Name: DEL_FILTER says: "Description: This exit point is called for all SIGNOFF commands, and for DELETE commands issued by a registered Node Administrator. It is NOT called for DELETE commands originating from the list owner”. >> >> When a user tries to unsubscribe, does that use the SIGNOFF command? I’ve looked in the User (sorry, List Subscribers) Manual and List Admin (List Owner’s) Manual, and don’t see the email command for a user to unsubscribe themself from a list. I’ve always used delete, but that’s as an admin, I can’t say that I’ve used email to unsubscribe myself from a list... > > Yes, SIGNOFF (or its synonym UNSUBSCRIBE) is the command to leave a mailing list. See https://www.lsoft.com/manuals/17.0/commands/11Listsubscriptioncommands.html for information about this and other subscription-related commands available to users. > >> Presumable, the Web Interface would use the same code, just generate the same params as the mail interface uses, so that would also use SIGNOFF, rather than DELETE? > > Right. If a user leaves a list, wa.exe communicates this to LISTSERV by sending a SIGNOFF command. > > Thanks, > jwgh > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I am receiving an error in my listserv, that seems to indicate it is an exchange issue. Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
I am running on rhel 7.9, with listserv 16.5 Now, of course I could upgrade listserv, but it was doing fine till just the last couple weeks, when this message cropped up.
My exchange person doesn't seem to find anything, so I am wondering if there is something else, on the listserv, that could cause this. Thanks
Your exchange system is probably rejecting emails due to the configured threshold for available disk space ?
So your exchange person can’t do a web search ?
Have them check the queuers and Transport Logs.
Rob Murray
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jon Schwendemann Sent: September 15, 2022 3:37 PM To: [log in to unmask] Subject: listserv error
⚠External message: Use caution. I am receiving an error in my listserv, that seems to indicate it is an exchange issue. Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
I am running on rhel 7.9, with listserv 16.5 Now, of course I could upgrade listserv, but it was doing fine till just the last couple weeks, when this message cropped up.
My exchange person doesn’t seem to find anything, so I am wondering if there is something else, on the listserv, that could cause this. Thanks
Where is the error showing up? In an email, in the LISTSERV log, or elsewhere?
-jwgh
> On Sep 15, 2022, at 2:36 PM, Jon Schwendemann <[log in to unmask]> wrote: > > I am receiving an error in my listserv, that seems to indicate it is an exchange issue. > Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue]) > > I am running on rhel 7.9, with listserv 16.5 > Now, of course I could upgrade listserv, but it was doing fine till just the last couple weeks, when this message cropped up. > > My exchange person doesn’t seem to find anything, so I am wondering if there is something else, on the listserv, that could cause this. > Thanks
It shows under the listserv.log. The exchange admin has looked at some things. I think he has a hard time believing it’s exchange since all other mail is fine.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jacob Haller Sent: Thursday, September 15, 2022 2:04 PM To: [log in to unmask] Subject: Re: listserv error
Where is the error showing up? In an email, in the LISTSERV log, or elsewhere?
-jwgh
On Sep 15, 2022, at 2:36 PM, Jon Schwendemann <[log in to unmask]<mailto:[log in to unmask]>> wrote:
I am receiving an error in my listserv, that seems to indicate it is an exchange issue. Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
I am running on rhel 7.9, with listserv 16.5 Now, of course I could upgrade listserv, but it was doing fine till just the last couple weeks, when this message cropped up.
My exchange person doesn’t seem to find anything, so I am wondering if there is something else, on the listserv, that could cause this. Thanks
On Sep 15, 2022, at 3:59 PM, Jon Schwendemann <[log in to unmask]> wrote:
> It shows under the listserv.log. > The exchange admin has looked at some things. I think he has a hard time believing it’s exchange since all other mail is fine.
OK. It sounds like the error is probably happening when LISTSERV tries to deliver the mail to its outgoing mail server. Perhaps that’s a different server than your main Exchange server? Anyway you can check LISTSERV’s configuration under ’Server Administration’/’Site Configuration’ in LISTSERV’s web interface and look at the SMTP_FORWARD_N setting. (The similarly-named SMTP_FORWARD setting isn’t normally used to send mail and is probably not relevant here.)
In terms of tracking down the error, looking at the entries in the logs that surround the errors should give you the date and time, which hopefully will give the admin of LISTSERV’s outgoing mail server some additional information on where to look in the logs.
I don’t know the exact context of this error, or how long it’s happening, but I can’t think of a reason why LISTSERV itself would be trying to write files to C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue.
Thanks, Jacob Haller
> From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jacob Haller > Sent: Thursday, September 15, 2022 2:04 PM > To: [log in to unmask] > Subject: Re: listserv error > > Where is the error showing up? In an email, in the LISTSERV log, or elsewhere? > > -jwgh > > > On Sep 15, 2022, at 2:36 PM, Jon Schwendemann <[log in to unmask] <mailto:[log in to unmask]>> wrote: > > I am receiving an error in my listserv, that seems to indicate it is an exchange issue. > Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue]) > > I am running on rhel 7.9, with listserv 16.5 > Now, of course I could upgrade listserv, but it was doing fine till just the last couple weeks, when this message cropped up. > > My exchange person doesn’t seem to find anything, so I am wondering if there is something else, on the listserv, that could cause this. > Thanks
This is probably unrelated, but, something to check... What's your MAXBSMTP set to? Maybe this is a really roundabout way of the SMTP server complaining that you're trying to send to too many recipients in each message? I've set our server to 50 so our SMTP server doesn't assume it's a spam attack or something.
But the SMTP server admin really needs to check drive space, IMO.
Krista Landon
On Thu, Sep 15, 2022 at 4:47 PM Jacob Haller <[log in to unmask]> wrote:
> > > On Sep 15, 2022, at 3:59 PM, Jon Schwendemann <[log in to unmask]> wrote: > > It shows under the listserv.log. > The exchange admin has looked at some things. I think he has a hard time > believing it’s exchange since all other mail is fine. > > > OK. It sounds like the error is probably happening when LISTSERV tries to > deliver the mail to its outgoing mail server. Perhaps that’s a different > server than your main Exchange server? Anyway you can check LISTSERV’s > configuration under ’Server Administration’/’Site Configuration’ in > LISTSERV’s web interface and look at the SMTP_FORWARD_N setting. (The > similarly-named SMTP_FORWARD setting isn’t normally used to send mail and > is probably not relevant here.) > > In terms of tracking down the error, looking at the entries in the logs > that surround the errors should give you the date and time, which hopefully > will give the admin of LISTSERV’s outgoing mail server some additional > information on where to look in the logs. > > I don’t know the exact context of this error, or how long it’s happening, > but I can’t think of a reason why LISTSERV itself would be trying to write > files to C:\Program Files\Microsoft\Exchange > Server\V15\TransportRoles\data\Queue. > > Thanks, > Jacob Haller > > *From:* LISTSERV Site Administrators' Forum <[log in to unmask] > > *On Behalf Of *Jacob Haller > *Sent:* Thursday, September 15, 2022 2:04 PM > *To:* [log in to unmask] > *Subject:* Re: listserv error > > Where is the error showing up? In an email, in the LISTSERV log, or > elsewhere? > > -jwgh > > > On Sep 15, 2022, at 2:36 PM, Jon Schwendemann <[log in to unmask]> wrote: > > I am receiving an error in my listserv, that seems to indicate it is an > exchange issue. > Insufficient system resources (UsedDiskSpace[C:\Program > Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue]) > > I am running on rhel 7.9, with listserv 16.5 > Now, of course I could upgrade listserv, but it was doing fine till just > the last couple weeks, when this message cropped up. > > My exchange person doesn’t seem to find anything, so I am wondering if > there is something else, on the listserv, that could cause this. > Thanks > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
My SMTP_FORWARD_N is set to the exchange server. I do have a rhel smtp server, but I don’t think that is in play on this. However, exchange might be using it in some way. Either way, disk space on the smtp has been unchanged for a long time. However, I’ll have the queues and transport logs on exchange checked.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Krista Sent: Thursday, September 15, 2022 4:54 PM To: [log in to unmask] Subject: Re: listserv error
This is probably unrelated, but, something to check... What's your MAXBSMTP set to? Maybe this is a really roundabout way of the SMTP server complaining that you're trying to send to too many recipients in each message? I've set our server to 50 so our SMTP server doesn't assume it's a spam attack or something.
But the SMTP server admin really needs to check drive space, IMO.
Krista Landon
On Thu, Sep 15, 2022 at 4:47 PM Jacob Haller <[log in to unmask]<mailto:[log in to unmask]>> wrote:
On Sep 15, 2022, at 3:59 PM, Jon Schwendemann <[log in to unmask]<mailto:[log in to unmask]>> wrote:
It shows under the listserv.log. The exchange admin has looked at some things. I think he has a hard time believing it’s exchange since all other mail is fine.
OK. It sounds like the error is probably happening when LISTSERV tries to deliver the mail to its outgoing mail server. Perhaps that’s a different server than your main Exchange server? Anyway you can check LISTSERV’s configuration under ’Server Administration’/’Site Configuration’ in LISTSERV’s web interface and look at the SMTP_FORWARD_N setting. (The similarly-named SMTP_FORWARD setting isn’t normally used to send mail and is probably not relevant here.)
On Thu, 15 Sep 2022 18:36:59 +0000, Jon Schwendemann <[log in to unmask]> wrote:
>Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
This error screams insufficient disk space. If the error occurs in the LISTSERV Log file, then look just before this to see what list is being mailed to and how many recipients there are. The message size will not be noted but the LISTNAME and # of recipients will be. If the list has Archives, you can determine the message size from that.
If the list is largish (1,000 rcpts) and assume the message is 10K in size, the exchange server suddenly needs 10MB of disk space to handle the transient load. If the message is larger and even if #rcpts is smaller Exchange still needs gobs of disk space, but only for a short time.
Reducing MAXBSMTP may be helpful here, but first you need to understand the size of instantaneous traffic needed for your list(s) (#rcpts) and average message size. That error message says Exchange doesn't have enough disk space to handle the load. I dunno what space is available but clearly Exchange thinks it doesn't have enough. You either need more space (never a bad idea) or make the load from LISTSERV into more, but smaller chunks that Exchange can handle (reducing MAXBSMTP).
Take your largest list #rcpts and your largest message (from any list), multiply that and then multiply that answer X3. that's how much free disk space you need in the mailer queue (Exchange in this case) to handle surprise large mailings through LISTSERV along with other traffic.
This may be of use to your Exchange admin, and aligns with Ben Parker's suggestion. https://docs.microsoft.com/en-us/answers/questions/649462/exchange-2016-insufficient-system-storage.html
Well, the exchange admin, dispite other email working, went and bumped space, and it is working for now. Doesn't answer the question on why it had been working for years, as it was, then decided no Bueno. There hadn't been any changed to either exchange or listserv. No changes in the types of messages going out. So, who knows.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Ben Parker Sent: Friday, September 16, 2022 1:41 AM To: [log in to unmask] Subject: Re: listserv error
On Thu, 15 Sep 2022 18:36:59 +0000, Jon Schwendemann <[log in to unmask]> wrote:
>Insufficient system resources (UsedDiskSpace[C:\Program >Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
This error screams insufficient disk space. If the error occurs in the LISTSERV Log file, then look just before this to see what list is being mailed to and how many recipients there are. The message size will not be noted but the LISTNAME and # of recipients will be. If the list has Archives, you can determine the message size from that.
If the list is largish (1,000 rcpts) and assume the message is 10K in size, the exchange server suddenly needs 10MB of disk space to handle the transient load. If the message is larger and even if #rcpts is smaller Exchange still needs gobs of disk space, but only for a short time.
Reducing MAXBSMTP may be helpful here, but first you need to understand the size of instantaneous traffic needed for your list(s) (#rcpts) and average message size. That error message says Exchange doesn't have enough disk space to handle the load. I dunno what space is available but clearly Exchange thinks it doesn't have enough. You either need more space (never a bad idea) or make the load from LISTSERV into more, but smaller chunks that Exchange can handle (reducing MAXBSMTP).
I am receiving this error in my listserv.log file: 452 4.3.1 Insufficient system resources (UsedDiskSpace[C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\data\Queue])
Most everything I find seems to point to the exchange server as the problem. However, is there any other possibility it is something in listserv? I have 35G free on the disk, and almost all the ram is free.
Those files have been part of LISTSERV since 1986. They were originally named using the 8x8 file naming convention under VM/CMS. There was no reason to change the names when LISTSERV was ported to the "workstation" operating systems, thus they remain with those names to this day.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jon Schwendemann Sent: Friday, September 09, 2022 3:22 PM To: [log in to unmask] Subject: file validities
I have a question on some files I found in the listserv/home directory. Peers.namesum Permvars.file Bitearn.nodes
Seems to me, if these are legit, they could perhaps be named better.
Well, alrighty then. The first 2, I thought might be ok. But bitearn really sounds like something used for cryptomining.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, September 9, 2022 2:28 PM To: [log in to unmask] Subject: Re: file validities
Those files have been part of LISTSERV since 1986. They were originally named using the 8x8 file naming convention under VM/CMS. There was no reason to change the names when LISTSERV was ported to the "workstation" operating systems, thus they remain with those names to this day.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Jon Schwendemann Sent: Friday, September 09, 2022 3:22 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: file validities
I have a question on some files I found in the listserv/home directory. Peers.namesum Permvars.file Bitearn.nodes
Seems to me, if these are legit, they could perhaps be named better.
Not if you remember BITNET and EARN (as I see another respondent does). The file is text, you can look at it and see it's just a list of registered BITNET nodes. Just don't try to edit it (or either of the other two).
The reason BITEARN NODES and PEERS.NAMESUM and several of the other BITNET-era networking files are still part of LISTSERV is there were questions as to what might break in obscure parts of the code if those files were removed. So they remain part of LISTSERV even though BITNET is long gone.
PERMVARS FILE is LISTSERV's working cache, and you absolutely do not want to fiddle with it or you will break things.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jon Schwendemann Sent: Friday, September 09, 2022 3:35 PM To: [log in to unmask] Subject: Re: file validities
Well, alrighty then. The first 2, I thought might be ok. But bitearn really sounds like something used for cryptomining.
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Nathan Brindle Sent: Friday, September 9, 2022 2:28 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: file validities
Those files have been part of LISTSERV since 1986. They were originally named using the 8x8 file naming convention under VM/CMS. There was no reason to change the names when LISTSERV was ported to the "workstation" operating systems, thus they remain with those names to this day.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Jon Schwendemann Sent: Friday, September 09, 2022 3:22 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: file validities
I have a question on some files I found in the listserv/home directory. Peers.namesum Permvars.file Bitearn.nodes
Can't say I do. I've only been working with listserv for about 6 years, and never used anything of that stuff.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, September 9, 2022 2:46 PM To: [log in to unmask] Subject: Re: file validities
Not if you remember BITNET and EARN (as I see another respondent does). The file is text, you can look at it and see it's just a list of registered BITNET nodes. Just don't try to edit it (or either of the other two).
The reason BITEARN NODES and PEERS.NAMESUM and several of the other BITNET-era networking files are still part of LISTSERV is there were questions as to what might break in obscure parts of the code if those files were removed. So they remain part of LISTSERV even though BITNET is long gone.
PERMVARS FILE is LISTSERV's working cache, and you absolutely do not want to fiddle with it or you will break things.
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Jon Schwendemann Sent: Friday, September 09, 2022 3:35 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: file validities
Well, alrighty then. The first 2, I thought might be ok. But bitearn really sounds like something used for cryptomining.
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Nathan Brindle Sent: Friday, September 9, 2022 2:28 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: file validities
Those files have been part of LISTSERV since 1986. They were originally named using the 8x8 file naming convention under VM/CMS. There was no reason to change the names when LISTSERV was ported to the "workstation" operating systems, thus they remain with those names to this day.
I just noticed that HTML digests seem to be dropping items. There is no text for item 13 in this TOC. Is this a known issue?
The item in question was simple text with 1 urk and no attachments Deb
----- Forwarded message ----- From: AUTOCAT automatic digest system <[log in to unmask]>To: "[log in to unmask]" <[log in to unmask]>Sent: Monday, 22 August 2022 at 09:00:12 pm GMT-7Subject: AUTOCAT Digest - 21 Aug 2022 to 22 Aug 2022 (#2022-243)
| | | |
| | AUTOCAT Digest - 21 Aug 2022 to 22 Aug 2022 (#2022-243)
Table of contents:
- Test 2: IMAGE Friday Funny (2) - ADLaM Romanization Table Review: Request for specialized help - Core Web Course: Fundamentals of Digital Library Projects Session 5 - Core Web Course: Fundamentals of Metadata Session 5 - BIBFRAME Man (5) - [EXTERNAL] [AUTOCAT] BIBFRAME Man - Subdivision Comic books, strips, etc. - JOB: Collection Development and Metadata Librarian: Johnson C Smith, Univ, Charlotte NC - JOB: Data Services Librarian, Boston College, MA - JOB (take 2): Data Services Librarian, Boston College, Chestnut Hill MA - Librarians do Gaga (4) - Two cataloging workshops coming up soon! - new semester video - Help with Church Slavic transcription? - Slavonic resources
- Test 2: IMAGE Friday Funny - Re: Test 2: IMAGE Friday Funny (08/22) From: "Klocek, Angela" <[log in to unmask]> - Re: Test 2: IMAGE Friday Funny (08/22) From: Lisa Hatt <[log in to unmask]>
- ADLaM Romanization Table Review: Request for specialized help - ADLaM Romanization Table Review: Request for specialized help (08/22) From: "Freas-Smith, Erin" <[log in to unmask]>
- Core Web Course: Fundamentals of Digital Library Projects Session 5 - Core Web Course: Fundamentals of Digital Library Projects Session 5 (08/22) From: Core-CE Announce <[log in to unmask]>
- Core Web Course: Fundamentals of Metadata Session 5 - Core Web Course: Fundamentals of Metadata Session 5 (08/22) From: Core-CE Announce <[log in to unmask]>
This is a sizing issue related ot the attachments tab on Listowner screens. Basically assume any image file submitted appears to double in size for transmission. I have to think about the limit of message size I want for this list. Just fyi. Deb
I am a member of a list that send posts with embeded images to its users with no problem. But I can't get my own list at post email with embedded images. How does listserv need to be setup to post emails with embedded images?
I have the attachments flag set for "image"; and have the message size at 51K . Is there someting I need on the server level? Thanks, Deb
1. Make sure you are using HTML email format and not "rich text" email format. This usually is more of an Outlook problem than anything else, but it may be something you can select in other products. The "rich text" option in Outlook causes Outlook/Exchange to create winmail.dat attachments, which are proprietary to Microsoft, and can't usually be decoded by anything other than Outlook, and point of fact, LISTSERV strips winmail.dat by default for that reason. That can be overridden, but if others are not using Outlook, it won't help them to do so. (By "Outlook" I mean both the separate client and the webmail versions.)
1. Binary attachments such as images are normally encoded, usually using Base64, which does increase the size of the attachments, but usually it does not double the size of the attachment. I would raise the Sizelim= setting to something large enough that you won't have to worry about it. 51K seems oddly specific. You might want to try an arbitrary setting of 100K.
1. Note also that allowing "image" alone may not be sufficient today. You might need "image,image/*". For instance, there is a MIME type for PNG images (image/png) which simply setting "image" would miss. On the other hand, JPG and GIF images should pass through with simply "image". It depends, actually, on how the originating mail client describes the attachment. (For instance, the old Eudora client used to call every binary attachment an "octet-string" rather than try to determine the actual content type and generate a proper MIME header accordingly.) The full list of image types is found at http://www.iana.org/assignments/media-types/media-types.xhtml#image . And if you are sending images, a lot of images these days are larger than 100KB, so you might want to consider just how large the images are that you are sending, and reset Sizelim= accordingly.
Given the information in the List Admin manual that: Since the digest includes all of the messages as MIME attachments, all of the links in the HTML digest index are of the form: "cid: content-id" (see RFC 2111 for more information about this type of URL). Unfortunately, some email clients, even some that otherwise support HTML, do not handle such references correctly. For this reason, some subscribers may not be able to use HTML digests.
And given that most large institutions are using web-based email services (Gmail, Yahoo, Amazon, Office 365, etc...)
Is there any plan to move away from this encoding and provide a functional text+ digest?
HTML digests are not standardized across webmail platforms and there is no IETF RFC governing how they work. Your best bet if your mail client does not support LISTSERV's HTML digests is to use MIME DIGEST (as the manual states).
The fact is that digests were introduced originally when mail reading software was much simpler and primarily text-based. Text-only digests are compliant with RFC 1153 which governs text digests. Because there was (and is) no RFC on the subject of HTML digests, there was no way to develop a "one size fits all" solution. Therefore the HTML digests are what they are, and are unlikely to change absent a decision on the part of a majority of mail reader developers to agree on a standard.
Another historical fact about digests is that they were added at a time when mail readers did not necessarily contain automatic filters (or at least, automatic filters that were easy for the end user to configure) and everything showed up in users' inboxes. Today you have the option of adding an inbox filter that can move list mail into separate folders and keep your inbox clear for mail you need to read immediately. At least in my view, this makes it unlikely that further development of HTML digests will occur, and to be honest, I consider digest format emails mostly obsolete.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of deb cady Sent: Friday, August 19, 2022 11:27 PM To: [log in to unmask] Subject: HTML DIgests will they ever be functional?
Given the information in the List Admin manual that:
Hi, I'm confused by the various different files and file names in the documentation. I'm trying to set up a dynamic query against an external MySQL database. I have relinked lsv to include the uodbc library, but I can't get my listserv to connect to the database and test my dynamic query. It isn't clear to me exactly what the relationship is between the go.user file and the home/sitecfg.file and where I should define my DYN_QUERY_CTS variable. Can someone please give me some guidance. I've looked at all the documentation I could find, but I'm still confused. I thought I had it defined correctly, but when I try a "DEBUG QUERY QUERY(CTS)" I get a "Abstract: No DBMS driver available" error. Here are what I think are the relevant lines from my home/sitecfg.file file: DYN_QUERY_CTS TYPE=DBMS SERVER=CHO E-MAIL=mail NAME=full_name DBMS=ODBC SEARCH='select email from persons_person where role=''tech-staff''' UODBC_AUTH [REDACTED] UODBC_AUTH_CHO [REDACTED] UODBC_DSN listserv UODBC_DSN_CHO listserv UODBC_UID mice_read_only UODBC_UID_CHO mice_read_only export DYN_QUERY_CTS UODBC_AUTH_CHO UODBC_DSN_CHO UODBC_UID_CHO
And here is a list of the libraries used by lsv, showing that it is linked with the uodbc library: $ ldd lsv linux-vdso.so.1 (0x00007ffc9dfef000) libldap_r-2.4.so.2 => /lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007f8ea000d000) liblber-2.4.so.2 => /lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007f8e9fffc000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f8e9ffe0000) *libodbc.so.2 => /usr/local/lib/libodbc.so.2 (0x00007f8e9ff65000)* libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8e9fd73000) libsasl2.so.2 => /lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007f8e9fd56000) libgssapi.so.3 => /lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007f8e9fd0f000) libgnutls.so.30 => /lib/x86_64-linux-gnu/libgnutls.so.30 (0x00007f8e9fb39000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8e9fb16000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8e9fb10000) /lib64/ld-linux-x86-64.so.2 (0x00007f8ea006d000) libheimntlm.so.0 => /lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007f8e9fb04000) libkrb5.so.26 => /lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007f8e9fa71000) libasn1.so.8 => /lib/x86_64-linux-gnu/libasn1.so.8 (0x00007f8e9f9c8000) libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007f8e9f9c1000) libhcrypto.so.4 => /lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007f8e9f989000) libroken.so.18 => /lib/x86_64-linux-gnu/libroken.so.18 (0x00007f8e9f970000) libp11-kit.so.0 => /lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007f8e9f83a000) libidn2.so.0 => /lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f8e9f819000) libunistring.so.2 => /lib/x86_64-linux-gnu/libunistring.so.2 (0x00007f8e9f695000) libtasn1.so.6 => /lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007f8e9f67f000) libnettle.so.7 => /lib/x86_64-linux-gnu/libnettle.so.7 (0x00007f8e9f645000) libhogweed.so.5 => /lib/x86_64-linux-gnu/libhogweed.so.5 (0x00007f8e9f60e000) libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f8e9f58a000) libwind.so.0 => /lib/x86_64-linux-gnu/libwind.so.0 (0x00007f8e9f560000) libheimbase.so.1 => /lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007f8e9f54c000) libhx509.so.5 => /lib/x86_64-linux-gnu/libhx509.so.5 (0x00007f8e9f4fe000) libsqlite3.so.0 => /lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f8e9f3d5000) libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007f8e9f39a000) libffi.so.7 => /lib/x86_64-linux-gnu/libffi.so.7 (0x00007f8e9f38e000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8e9f23d000) Note that I am able to use "isql listserv" as the user listserv to access the external database so I know that my uodbc definitions are working. What am I missing?
I found the typo in my query which was causing the error and now my query is working, but I'm still confused about the relationship between the various configuration files in Linux. Specifically which should we edit, ~listserv/go.user or ~listserv/home/sitecfg.file? Also confusing to me is what happens if I make changes in the Web GUI. Which file(s) does that update?
On Thu, 11 Aug 2022 10:38:45 -0400, Ari Rabinowitz <[log in to unmask]> wrote:
>Specifically which should we edit, ~listserv/go.user or ~listserv/home/sitecfg.file?
You should only edit ~listserv/go.user. It is not safe to edit ~listserv/home/sitecfg.file as this file is maintained by LISTSERV and has a specific format which is not documented and which you may not understand.
>Also confusing to me is what happens if I make changes in the Web GUI. Which file(s) does that update?
Changes via the www interface go into ~listserv/home/sitecfg.file but since LISTSERV is writing that file it knows how to do it correctly.
In all cases (changes via go.user or via www interface) you must restart the LISTSERV process for the changes to take effect. If you make changes via the www interface there is a handy 'button' you can click on to do this. If you edit go.user, then you need to restart from the command line.
Also, when editing string variables in go.user don't forget to 'export' that variable name.
Our school of business maintains 5 or so lists on our server. A new primary owner has taken over and wants new names to reflect a formal name change of the school. Normal practice is to clone the existing list with a new name. However, several of their lists have extensive log and notebook files that they would like to save. What do you do in this situation?
Glenn [image: UMSIT:SDS Logo] Glenn R. Eichel *SSA* *UMSIT - Service Delivery and Support* *Lecturer* *UMaine Department of Sociology* 207-581-4631 201-H Fernald Hall Orono, Maine 04469 [log in to unmask]
[image: UMSIT:SDS Logo] Glenn R. Eichel *SSA* *UMSIT - Service Delivery and Support* *Lecturer* *UMaine Department of Sociology* 207-581-4631 201-H Fernald Hall Orono, Maine 04469 [log in to unmask]
On Wed, Aug 3, 2022 at 1:35 PM Peter M. Weiss <[log in to unmask]> wrote:
> My guess: > > INDEX listname > > edit and GET all files > > save each filename in the new archives with the new fn. > > Re-index as appropriate. > > Or some listserv admin can probably do some scripting. > > Update all of the template, welcome / farewall, and other docs to reflect > the changes. > > > On 8/3/2022 12:46, Glenn Eichel wrote: > > Greetings from wonderful Maine. > > Our school of business maintains 5 or so lists on our server. A new > primary owner has taken over and wants new names to reflect a formal name > change of the school. Normal practice is to clone the existing list with a > new name. However, several of their lists have extensive log and notebook > files that they would like to save. What do you do in this situation? > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
Assuming the LISTSERV administrator has access to the machine’s file system, the simplest solution is to clone the list, then copy the relevant archive files over from the old list into the new list’s archive directory, and rename them so they match the name of the renamed list. Then do a
REINDEX BOTH IMMEDIATE listname
(where listname is the name of the new list) to rebuild the archive and web index files. (Note that there is no need to copy the index files from the web directory; as long as there is a directory under the /archives URL for the list in question, LISTSERV will rebuild those indexes.)
There isn’t any real reason to get into the archive files themselves and change anything in them so long as people understand these are archives from a previous incarnation of this list. Indeed, I’d recommend NOT doing that.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Glenn Eichel Sent: Wednesday, August 03, 2022 2:00 PM To: [log in to unmask] Subject: Re: Moving list Archives
Thanks Peter, I'll give it a whirl.
Glenn
[Image removed by sender. UMSIT:SDS Logo]
Glenn R. Eichel
SSA
UMSIT - Service Delivery and Support Lecturer UMaine Department of Sociology
207-581-4631
201-H Fernald Hall
Orono, Maine 04469
[log in to unmask]<mailto:[log in to unmask]>
On Wed, Aug 3, 2022 at 1:35 PM Peter M. Weiss <[log in to unmask]<mailto:[log in to unmask]>> wrote: My guess:
INDEX listname
edit and GET all files
save each filename in the new archives with the new fn.
Re-index as appropriate.
Or some listserv admin can probably do some scripting.
Update all of the template, welcome / farewall, and other docs to reflect the changes.
On 8/3/2022 12:46, Glenn Eichel wrote: Greetings from wonderful Maine.
Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”.
For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet.
Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types?
Thanks,
Steve dePinetNorthern Arizona University Systems Programmer, Sr.Box 5100 Information Technology ServicesFlagstaff, Az 86011 [log in to unmask](928) 523-6843
So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter.
Steven J Depinet Systems Administrator, Sr. [log in to unmask] Technology Services (928) 523-6843Northern Arizona University
> On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: > > Greetings, > > Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. > > For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. > > Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? > > Thanks, > > Steve dePinetNorthern Arizona University > Systems Programmer, Sr.Box 5100 > Information Technology ServicesFlagstaff, Az 86011 > [log in to unmask](928) 523-6843 > > > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Did you see this note about attachments? The ability of LISTSERV to filter or reject messages that contain MIME attachments is completely dependent on the ability of the poster's mail client to properly identify the MIME attachment when the mail is originally sent. Filtering/rejection is done based on the Content-Type headers found in the message, not by evaluation of the actual contents of the attachment.
Did you look at the original headers of the sent mail? Perhaps that's where the problem lies. Alternatively there are a large number of possible attachemnt types so, for security sake, you may want to limit to be safe. We use 17.0 and the attachments woorks just fine - so could be a local email admin decision.
Deb
On Tuesday, 2 August 2022 at 02:33:15 pm GMT-7, Steven J Depinet <[log in to unmask]> wrote:
So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter.
Steven J Depinet Systems Administrator, Sr. [log in to unmask] Technology Services (928) 523-6843Northern Arizona University
> On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: > > Greetings, > > Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. > > For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. > > Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? > > Thanks, > > Steve dePinetNorthern Arizona University > Systems Programmer, Sr.Box 5100 > Information Technology ServicesFlagstaff, Az 86011 > [log in to unmask](928) 523-6843 > > > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Also have you checked sizelimit? Maybe the attachemnts are too big? If set, this keyword causes LISTSERV to reject all messages to the list that exceed the number of lines (including the email headers) indicated. You may also use "K" or "M" to specify the size in kilobytes or megabytes rather than as a number of lines, for example, "Sizelim= 50K".
This can be helpful in discouraging subscribers from posting large messages or attachments to your list. It can also be set higher than the LISTSERV default if desired. Check with your LISTSERV administrator before changing this upward.
Deb
On Tuesday, 2 August 2022 at 02:33:15 pm GMT-7, Steven J Depinet <[log in to unmask]> wrote:
So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter.
Steven J Depinet Systems Administrator, Sr. [log in to unmask] Technology Services (928) 523-6843Northern Arizona University
> On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: > > Greetings, > > Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. > > For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. > > Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? > > Thanks, > > Steve dePinetNorthern Arizona University > Systems Programmer, Sr.Box 5100 > Information Technology ServicesFlagstaff, Az 86011 > [log in to unmask](928) 523-6843 > > > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
> On Aug 2, 2022, at 5:32 PM, Steven J Depinet <[log in to unmask]> wrote: > > So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter.
My guess is that
Misc-Options= KEEP_EXCHANGE_DATA
will have the desired effect. This isn’t a new LISTSERV feature, though, so if this is something you’ve only started noticing recently, it is probably due to some change on the sender’s end (but it may be easier to use the above setting than to figure out what happened on the sender’s end).
Yes, I had the sender include me in another attempt to send the attachments. I got it, Listserv removed the attachments (Removing unwanted MIME message parts) for the subscribers of the list.
Without digging out the RFC’s, I don’t see anything wrong with that. The List config does not specify any types to allow, but Attachments=All.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Aug 2, 2022, at 15:42, deb cady <[log in to unmask]> wrote: > > Did you see this note about attachments? > > The ability of LISTSERV to filter or reject messages that contain MIME attachments is completely dependent on the ability of the poster's mail client to properly identify the MIME attachment when the mail is originally sent. Filtering/rejection is done based on the Content-Type headers found in the message, not by evaluation of the actual contents of the attachment. > > Did you look at the original headers of the sent mail? Perhaps that's where the problem lies. > > Alternatively there are a large number of possible attachemnt types so, for security sake, you may want to limit to be safe. > > We use 17.0 and the attachments woorks just fine - so could be a local email admin decision. > > > Deb > > > On Tuesday, 2 August 2022 at 02:33:15 pm GMT-7, Steven J Depinet <[log in to unmask]> wrote: > > > So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter. > > > > Steven J Depinet Systems Administrator, Sr. > [log in to unmask] Technology Services > (928) 523-6843Northern Arizona University > > > > > > On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: > > > > Greetings, > > > > Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. > > > > For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. > > > > Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? > > > > Thanks, > > > > Steve dePinetNorthern Arizona University > > Systems Programmer, Sr.Box 5100 > > Information Technology ServicesFlagstaff, Az 86011 > > [log in to unmask](928) 523-6843 > > > > > > > > > > > > ############################ > > > > To unsubscribe from the LSTSRV-L list: > > write to: mailto:[log in to unmask] > > or click the following link: > > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
Of course, I saw all of that when I added the Attachments keyword via the web interface. Since there’s no size limit specified, the default would be assumed, not sure what that is, but would hope that the error message would indicate that it was a size issue, not a type issue.
BREAKING NEWS!
One of my Exchange Admins just told me that they made a change (in Exchange) on the 29th, Something about Transport Neutral Encapsulation Format (TNEF). It had been set to NULL, they were asked by Micro$oft to set it (I wasn’t informed what it was set to, but the just unset it, so I’ll be testing that and will let the list know.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Aug 2, 2022, at 15:45, deb cady <[log in to unmask]> wrote: > > Also have you checked sizelimit? Maybe the attachemnts are too big? > > If set, this keyword causes LISTSERV to reject all messages to the list that exceed the number of lines (including the email headers) indicated. You may also use "K" or "M" to specify the size in kilobytes or megabytes rather than as a number of lines, for example, "Sizelim= 50K". > > This can be helpful in discouraging subscribers from posting large messages or attachments to your list. It can also be set higher than the LISTSERV default if desired. Check with your LISTSERV administrator before changing this upward. > > Deb > > > On Tuesday, 2 August 2022 at 02:33:15 pm GMT-7, Steven J Depinet <[log in to unmask]> wrote: > > > So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter. > > Steven J Depinet Systems Administrator, Sr. > [log in to unmask] Technology Services > (928) 523-6843Northern Arizona University > > > > > > On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: > > > > Greetings, > > > > Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. > > > > For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. > > > > Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? > > > > Thanks, > > > > Steve dePinetNorthern Arizona University > > Systems Programmer, Sr.Box 5100 > > Information Technology ServicesFlagstaff, Az 86011 > > [log in to unmask](928) 523-6843 > > > > > > > > > > > > ############################ > > > > To unsubscribe from the LSTSRV-L list: > > write to: mailto:[log in to unmask] > > or click the following link: > > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
The Exchange Admin unset the TNEF Option, (back to NULL), and suddenly, attachments are being distributed to the list. Ie: Listserv stopped "Removing unwanted MIME message part”...
Thanks for suggestions, this list has been a lifesaver in the past, and maybe discussion of this issue will help someone else, in the future.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Aug 3, 2022, at 10:27, Steven J Depinet <[log in to unmask]> wrote: > > Of course, I saw all of that when I added the Attachments keyword via the web interface. Since there’s no size limit specified, the default would be assumed, not sure what that is, but would hope that the error message would indicate that it was a size issue, not a type issue. > > BREAKING NEWS! > > One of my Exchange Admins just told me that they made a change (in Exchange) on the 29th, Something about Transport Neutral Encapsulation Format (TNEF). It had been set to NULL, they were asked by Micro$oft to set it (I wasn’t informed what it was set to, but the just unset it, so I’ll be testing that and will let the list know. > > FYI: https://docs.microsoft.com/en-us/exchange/mail-flow/content-conversion/tnef-conversion?view=exchserver-2019 > > talks about TNEF... > > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > > > >> On Aug 2, 2022, at 15:45, deb cady <[log in to unmask]> wrote: >> >> Also have you checked sizelimit? Maybe the attachemnts are too big? >> >> If set, this keyword causes LISTSERV to reject all messages to the list that exceed the number of lines (including the email headers) indicated. You may also use "K" or "M" to specify the size in kilobytes or megabytes rather than as a number of lines, for example, "Sizelim= 50K". >> >> This can be helpful in discouraging subscribers from posting large messages or attachments to your list. It can also be set higher than the LISTSERV default if desired. Check with your LISTSERV administrator before changing this upward. >> >> Deb >> >> >> On Tuesday, 2 August 2022 at 02:33:15 pm GMT-7, Steven J Depinet <[log in to unmask]> wrote: >> >> >> So, setting "Attachments=All” does not solve the issue, and I have 3 other list owners with the same complaint today, Any Idea what’s going on? Did Microsoft change something in Exchange? The Mime type for the one that failed with Attachments=All was Content-Type: multipart/mixed; but since it was ALL, I would think that that doesn’t matter. >> >> Steven J Depinet Systems Administrator, Sr. >> [log in to unmask] Technology Services >> (928) 523-6843Northern Arizona University >> >> >> >> >>> On Aug 2, 2022, at 08:38, Steven J Depinet <[log in to unmask]> wrote: >>> >>> Greetings, >>> >>> Since the upgrade to Listserv v17.0 (and/or whatever changes to Exchange that may have been applied), I’ve had a few complaints that attachments did not get sent to a list. Neither list has the “Attachments-“ keyword, but in both cases, the list owner has stated that they have sent attachments thru the list in the past. Was there a change in the default? The doc doesn’t specify a default explicitly, but “Attachments=no” is listed first in the help… Since neither list had the keyword, I tried adding “Attachments=yes” to one list. The same issue, the Listserv log shows: “...Removing unwanted MIME message parts…”. >>> >>> For the same list that i tried “Attachments=yes”, I tried “Attachments=all”, but haven’t heard what effect that has yet. >>> >>> Was there a change in default behavior for attachments for v17.0 (from v16.5)? Should the “Attachments=all” work for .pdf and .docx attachments? Or do I need to add the MIME-Types? >>> >>> Thanks, >>> >>> Steve dePinetNorthern Arizona University >>> Systems Programmer, Sr.Box 5100 >>> Information Technology ServicesFlagstaff, Az 86011 >>> [log in to unmask](928) 523-6843 >>> >>> >>> >>> >>> >>> ############################ >>> >>> To unsubscribe from the LSTSRV-L list: >>> write to: mailto:[log in to unmask] >>> or click the following link: >>> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> >> >> >> ############################ >> >> To unsubscribe from the LSTSRV-L list: >> write to: mailto:[log in to unmask] >> or click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
That makes sense, the "unwanted MIME part" that LISTSERV found is the TNEF/Winmail.dat content that in my opinion should never leave an Exchange environment, the MS support team obviously felt differently!
James former Exchange admin LISTSERV LITE Site Owner
The IP addresses listed in the monitoring report belong to hostmonster.com <http://hostmonster.com/>, it looks like. Are those IP addresses you would expect LISTSERV’s mail to be coming from?
Is the address in questions actually subscribed to the mailing list?
If the answer to either of these questions is ’no’, then I would suspect that some other address is subscribed to the mailing list that is forwarding to the gmail address.
-jwgh
On Jul 16, 2022, at 9:13 AM, Peter M. Weiss <[log in to unmask]> wrote:
> This week, I have received two similiar bounce reports for the same Gmail subscriber recipient. This list had had 17 messages distributed in this 1-week time-frame. The other 80 Gmail subscribers are not having this issue. I checked with our site's admin and NTF. > > That particular email address is also a QUIET: owner and does NOT receive list's admin messages (errors, moderation). > > Thoughts? e.g., listserv Peer backbone? > > 1 07/11 07/11 <[suppressed]@GMAIL.COM> <mailto:[log in to unmask]> > Last error: 5.7.25 550-5.7.25 [74.220.200.20] The IP address > sending this message does not have a 550-5.7.25 PTR > record setup, or the corresponding forward DNS > entry does not 550-5.7.25 point to the sending IP. > As a policy, Gmail does not accept messages > 550-5.7.25 from IPs with missing PTR records. > Please visi... (165 bytes suppressed) > > 1 07/15 07/15 <[suppressed]@GMAIL.COM> <mailto:[log in to unmask]> > Last error: 5.7.25 550-5.7.25 [67.20.84.70] The IP address > sending this message does not have a PTR 550-5.7.25 > record setup, or the corresponding forward DNS > entry does not point 550-5.7.25 to the sending IP. > As a policy, Gmail does not accept messages from > 550-5.7.25 IPs with missing PTR records. Please > visit ... (165 bytes suppressed) > -- > > Pete <https://www.llrx.com/author/pete-weiss/> > Sr. Systems Configurator, emeritus > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
One faculty sent a post to a list but he failed to click the 'OK' URL which was sent to his account yesterday at noon. How will I as a Listserv admin release the post (e.g. ss-staff.ok21d8b3) by web or email? The cookies will expire in less than 18 hours and we could not contact the faculty because of July 4th long weekend.
That’ll do the trick. I would just add that, if you are not one of the people the moderation request was sent to, you will have to check the ‘All Moderators’ box and click the ‘Refresh’ button.
Use the ‘All Moderators’ option and you should see all messages awaiting moderation or confirmation.
-jwgh
> On Jul 5, 2022, at 10:12 AM, Shinn Wu <[log in to unmask]> wrote: > > Hello Peter and Jacob, > > The list is configured as 'Send= Confirm...'. The sender did not click the confirmation URL, so it did not send out (i.e. not moderated). > > <image.png> > > Thank you and good to know the command. > > Shinn > From: LISTSERV Site Administrators' Forum <[log in to unmask]> on behalf of Jacob Haller <[log in to unmask]> > Sent: Tuesday, July 5, 2022 7:03 AM > To: [log in to unmask] <[log in to unmask]> > Subject: Re: OK Confirmation > > On Jul 5, 2022, at 8:25 AM, Peter M. Weiss <[log in to unmask] <mailto:[log in to unmask]>> wrote: > >> insert listname: >> >> https://lists.psu.edu/cgi-bin/wa?MOD= <https://lists.psu.edu/cgi-bin/wa?MOD=>listname > > That’ll do the trick. I would just add that, if you are not one of the people the moderation request was sent to, you will have to check the ‘All Moderators’ box and click the ‘Refresh’ button. > > -jwgh > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
We're running v17 on a Server 2019 virtual server and I'm wondering if it's possible to tweak the handling time for email sends to lists.
For example, we have a list with just over 1500 recipients and posting to the list takes 35 minutes to be sent to recipients; is this normal? Can this be tweaked at all?
How many workers do you have set? I'm on 16.5 so things might be a bit different but we set up 4 worker processes and have I only set out 50 at a time.
On Mon, Jun 27, 2022, 12:02 AM Orrell, Justin < [log in to unmask]> wrote:
> We’re running v17 on a Server 2019 virtual server and I’m wondering if > it’s possible to tweak the handling time for email sends to lists. > > > > For example, we have a list with just over 1500 recipients and posting to > the list takes 35 minutes to be sent to recipients; is this normal? Can > this be tweaked at all? > > > > Thanks, > > > > Justin > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
On Jun 26, 2022, at 6:57 PM, Orrell, Justin <[log in to unmask]> wrote:
> We’re running v17 on a Server 2019 virtual server and I’m wondering if it’s possible to tweak the handling time for email sends to lists. > > For example, we have a list with just over 1500 recipients and posting to the list takes 35 minutes to be sent to recipients; is this normal? Can this be tweaked at all?
That does seem slow, just over 40 recipients per second. I would look in the LISTSERV log file to see when LISTSERV started processing the message and how long it took. The log file entries to look for should be along these lines:
27 Jun 2022 08:11:16 Processing file 5023707 from [log in to unmask] 27 Jun 2022 08:11:16 Processing mail from [log in to unmask] for TEST-L DMARC(EXAMPLE.COM)> v=DMARC1; p=none; 27 Jun 2022 08:11:16 Distributing mail ("TEST-L") from owner-TEST-L@LISTS.EXAMPLE.COM...
[More ...] 27 Jun 2022 08:15:08 Enqueued for background delivery, ID=N-33F39B0A 27 Jun 2022 08:15:08 Done - 2 outbound file (1500 rcpts). 27 Jun 2022 08:15:08 Message DISTRIBUTEd to 1500 recipients.
If the message is from a non-subscriber, or a new subscriber, then the message may be delayed by ten minutes as part of LISTSERV’s anti-spam feature. In that case, looking ten minute before the above you would see:
27 Jun 2022 08:01:16 Processing file 5023707 from [log in to unmask] 27 Jun 2022 08:01:16 -> Inserting top/bottom banners... -> Not a subscriber, will process in 10 minutes.
This ten minute ’spam quarantine’ is normal and part of LISTSERV’s anti-spam feature. If the mailing list is set up so that spam isn’t a concern, then it can be reduced or removed using the ‘Loopcheck= Spam-Delay()‘ setting described at http://www.lsoft.com/manuals/17.0/listkwd/kLoopcheck.html <http://www.lsoft.com/manuals/17.0/listkwd/kLoopcheck.html> .
After having upgraded to Listserv v17.0 , I started seeing files like "in62aa5923-09c40” in listserv’s spool directory. Any idea what they are for? Is there a utility for me to see what’s in or causing them?
Thanks,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
We have LISTSERV configured to work properly with Amazon Simple Email Service for messages that originate from Vanderbilt.edu. However, all of our LISTSERV messages that originate from our external partners are being blocked because we are unable to verify their email addresses to Amazon SES. If you have LISTSERV fully working with Amazon SES, I would appreciate any advice on what I need to do to make it fully work for Vanderbilt University.
[Vanderbilt]
Andy Richter Senior System Administrator, Hosting Services Information Technology | Vanderbilt University 615.343.4518 | [log in to unmask]<mailto:[log in to unmask]>
Instead of using Amazon SES as your Listserv email gateway why not route the traffic to your domain gateway SMTP server to handle the outbound traffic. I noticed that your email is primary host is Microsoft Outlook. They might have a service similar to Google SMTP Gateway to support your domain SMTP traffic. Our Listserv is hosted on Amazon AWS and forwarded all outbound emails to our Google SMTP gateway successfully for many years now.
Regards, Nick IEEE
On Tue, Jun 14, 2022 at 9:14 AM Richter, Andy < [log in to unmask]> wrote:
> We have LISTSERV configured to work properly with Amazon Simple Email > Service for messages that originate from Vanderbilt.edu. However, all of > our LISTSERV messages that originate from our external partners are being > blocked because we are unable to verify their email addresses to Amazon > SES. If you have LISTSERV fully working with Amazon SES, I would appreciate > any advice on what I need to do to make it fully work for Vanderbilt > University. > > > > [image: Vanderbilt] > > > > *Andy Richter* > Senior System Administrator, Hosting Services > Information Technology | Vanderbilt University > 615.343.4518 | [log in to unmask] > > > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
We have hosted our own LISTSERV environment on-prem for almost two decades now. As of about 2 months ago all of a sudden no external partners can post on our lists either but, can receive from those same lists. Our mail exchange has been using …mail.protection.outlook.com for the last several years. I’ve spent the last 2 months troubleshooting with numerous Microsoft engineers and we’re just going in circles.
My gut tells me it’s the TLS changes that occurred with outlook. They started requiring TLS 1.2 and higher. You might be hitting a legacy route for that, or an invalid SMTP relay. I’d check into what those TLS requirements are
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Phelps, Eli Jackson Sent: Tuesday, June 14, 2022 8:45 AM To: [log in to unmask] Subject: Re: configuring LISTSERV to work with Amazon Simple Email Service (SES)
CAUTION: This email originated from outside of Indian Prairie School District 204. Do not click on any links or open/save attachments unless you recognize the sender's email address and know that the content is safe. …Almost identical issue here too:
We have hosted our own LISTSERV environment on-prem for almost two decades now. As of about 2 months ago all of a sudden no external partners can post on our lists either but, can receive from those same lists. Our mail exchange has been using …mail.protection.outlook.com for the last several years. I’ve spent the last 2 months troubleshooting with numerous Microsoft engineers and we’re just going in circles.
I appreciate all of the feedback. We eventually get Amazon SES to work by adding the following line to sitecfg.file. DEBUG_DMARC_REWRITE * This feature uses DMARC functionality to rewrite the "From" address on every message passing through LISTSERV so that all messages sent "From" [log in to unmask] This has the desired result of all email flowing and being delivered properly.
At Vanderbilt we had also implemented an anti-phishing policy within the last few months that warns users the first time they receive a message from a new address. Somehow the confluence of these two changes has resulted in one our list owners seeing the following.
[cid:image001.png@01D89DA9.7B4F5460]
I told her this might happen at first, but then it should cease once people receive several messages from the same sender. She reported she sends messages almost daily and this has been happening for a month. I asked Microsoft about it, and was told they have an algorithm for determining when to warn users that they don't publish so it won't be abused. Any ideas or suggestions?
Andy
[Vanderbilt]
Andy Richter Senior System Administrator, Hosting Services Information Technology | Vanderbilt University 615.343.4518 | [log in to unmask]<mailto:[log in to unmask]>
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Barth, Michael Sent: Tuesday, June 14, 2022 8:58 AM To: [log in to unmask] Subject: Re: configuring LISTSERV to work with Amazon Simple Email Service (SES)
My gut tells me it's the TLS changes that occurred with outlook. They started requiring TLS 1.2 and higher. You might be hitting a legacy route for that, or an invalid SMTP relay. I'd check into what those TLS requirements are
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Phelps, Eli Jackson Sent: Tuesday, June 14, 2022 8:45 AM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: configuring LISTSERV to work with Amazon Simple Email Service (SES)
I'm an administrator of the Listserv for the University of Toronto and we are currently running Sophos PureMessage for antivirus/antispam in front of Listserv. We are looking to decommission Sophos PureMessage.
We would be interested to know what others, esp other universities, are using for antispam/antivirus. Any pros/cons would be appreciated.
Thanks,
Peter Ip Systems and Solutions Group, ITS University of Toronto email: [log in to unmask]
I copied my Listserv installation from an old RHEL6 VM to a new RHEL7 system and installed the RHEL7 binary over the weekend. Now, I have one of my oldest lists complaining:
An error occurred while logging mail to the archives of the BUSLIB-L list. An incomplete copy of the message might be present in the archive file. The list is being held to prevent further occurrences of this error. Please take corrective action and issue a "FREE BUSLIB-L" command when you want the message to be reprocessed.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Steven J Depinet Sent: Monday, April 18, 2022 1:40 PM To: [log in to unmask] Subject: Broken list archive after copy from old system
Greetings,
I copied my Listserv installation from an old RHEL6 VM to a new RHEL7 system and installed the RHEL7 binary over the weekend. Now, I have one of my oldest lists complaining:
An error occurred while logging mail to the archives of the BUSLIB-L list. An incomplete copy of the message might be present in the archive file. The list is being held to prevent further occurrences of this error. Please take corrective action and issue a "FREE BUSLIB-L" command when you want the message to be reprocessed.
So, how do I tell it to look in /home, instead of /export/home. Or do I have to symlink /export/home to /home. I’ve been modifying the old Solariw written scripts to just use /home, but this path is probably stored somewhere in the list file. Encrypted, so I can’t modify it without using a Listserv utility, if it exists.
Or, is the symlink required anyway. It existed on the old system, but I was trying to eliminate references to /export/hoe on the new system.
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Apr 18, 2022, at 10:49, Nathan Brindle <[log in to unmask]> wrote: > > The directory /export/home/listserv/notebook/buslib-l does not exist, you will have to create it. > > http://lsoft.com/manuals/lsv-faq/415Errorfilemajorentitynotfoundw.html > > Nathan > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Steven J Depinet > Sent: Monday, April 18, 2022 1:40 PM > To: [log in to unmask] > Subject: Broken list archive after copy from old system > > Greetings, > > I copied my Listserv installation from an old RHEL6 VM to a new RHEL7 system and installed the RHEL7 binary over the weekend. Now, I have one of my oldest lists complaining: > > An error occurred while logging mail to the archives of the BUSLIB-L list. > An incomplete copy of the message might be present in the archive file. The > list is being held to prevent further occurrences of this error. Please take > corrective action and issue a "FREE BUSLIB-L" command when you want the > message to be reprocessed. > > Serious error occurred - traceback follows > ------------------------------------------ >>>> Error X'00000011' opening file /export/home/listserv/notebook/buslib-l/buslib-l.log2204c <<< > -> Severity: Warning > -> Facility: Generic error codes > -> Abstract: File/major entity not found > -> I/O mode: Record write >>>> Error X'00000011' logging message to archives <<< > -> Severity: Warning > -> Facility: Generic error codes > -> Abstract: File/major entity not found > > I tried a reindex and then a free, but the error re-occurred (possibly on the 2nd attempt to copy the same post). > > Any ideas on what to try next? > > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Apr 18, 2022, at 11:11, Steven J Depinet <[log in to unmask]> wrote: > > So, how do I tell it to look in /home, instead of /export/home. Or do I have to symlink /export/home to /home. I’ve been modifying the old Solariw written scripts to just use /home, but this path is probably stored somewhere in the list > file. Encrypted, so I can’t modify it without using a Listserv utility, if it exists. > > Or, is the symlink required anyway. It existed on the old system, but I was trying to eliminate references to /export/hoe on the new system. > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > > > >> On Apr 18, 2022, at 10:49, Nathan Brindle <[log in to unmask]> wrote: >> >> The directory /export/home/listserv/notebook/buslib-l does not exist, you will have to create it. >> >> http://lsoft.com/manuals/lsv-faq/415Errorfilemajorentitynotfoundw.html >> >> Nathan >> >> -----Original Message----- >> From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Steven J Depinet >> Sent: Monday, April 18, 2022 1:40 PM >> To: [log in to unmask] >> Subject: Broken list archive after copy from old system >> >> Greetings, >> >> I copied my Listserv installation from an old RHEL6 VM to a new RHEL7 system and installed the RHEL7 binary over the weekend. Now, I have one of my oldest lists complaining: >> >> An error occurred while logging mail to the archives of the BUSLIB-L list. >> An incomplete copy of the message might be present in the archive file. The >> list is being held to prevent further occurrences of this error. Please take >> corrective action and issue a "FREE BUSLIB-L" command when you want the >> message to be reprocessed. >> >> Serious error occurred - traceback follows >> ------------------------------------------ >>>>> Error X'00000011' opening file /export/home/listserv/notebook/buslib-l/buslib-l.log2204c <<< >> -> Severity: Warning >> -> Facility: Generic error codes >> -> Abstract: File/major entity not found >> -> I/O mode: Record write >>>>> Error X'00000011' logging message to archives <<< >> -> Severity: Warning >> -> Facility: Generic error codes >> -> Abstract: File/major entity not found >> >> I tried a reindex and then a free, but the error re-occurred (possibly on the 2nd attempt to copy the same post). >> >> Any ideas on what to try next? >> >> >> Steve dePinet Northern Arizona University >> Systems Programmer, Sr. Box 5100 >> Information Technology Services Flagstaff, Az 86011 >> [log in to unmask] (928) 523-6843 >> >> ############################ >> >> To unsubscribe from the LSTSRV-L list: >> write to: mailto:[log in to unmask] >> or click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> >> ############################ >> >> To unsubscribe from the LSTSRV-L list: >> write to: mailto:[log in to unmask] >> or click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
What was the command a user can send via email to listserv to update his name associated with his subscribed email address? If you're subscribed as (kevin Joe <[log in to unmask]>) and want to update it to (Dr. Kevin Joe <[log in to unmask]>).
On Mon, Apr 18, 2022 at 2:17 PM Steven J Depinet < [log in to unmask]> wrote:
> Ok, never mind, I found it in List Configuration… > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > > > > > On Apr 18, 2022, at 11:11, Steven J Depinet < > [log in to unmask]> wrote: > > > > So, how do I tell it to look in /home, instead of /export/home. Or do I > have to symlink /export/home to /home. I’ve been modifying the old Solariw > written scripts to just use /home, but this path is probably stored > somewhere in the list > > file. Encrypted, so I can’t modify it without using a Listserv utility, > if it exists. > > > > Or, is the symlink required anyway. It existed on the old system, but I > was trying to eliminate references to /export/hoe on the new system. > > > > Steve dePinet Northern Arizona University > > Systems Programmer, Sr. Box 5100 > > Information Technology Services Flagstaff, Az 86011 > > [log in to unmask] (928) 523-6843 > > > > > > > > > >> On Apr 18, 2022, at 10:49, Nathan Brindle <[log in to unmask]> wrote: > >> > >> The directory /export/home/listserv/notebook/buslib-l does not exist, > you will have to create it. > >> > >> http://lsoft.com/manuals/lsv-faq/415Errorfilemajorentitynotfoundw.html > >> > >> Nathan > >> > >> -----Original Message----- > >> From: LISTSERV Site Administrators' Forum < > [log in to unmask]> On Behalf Of Steven J Depinet > >> Sent: Monday, April 18, 2022 1:40 PM > >> To: [log in to unmask] > >> Subject: Broken list archive after copy from old system > >> > >> Greetings, > >> > >> I copied my Listserv installation from an old RHEL6 VM to a new RHEL7 > system and installed the RHEL7 binary over the weekend. Now, I have one of > my oldest lists complaining: > >> > >> An error occurred while logging mail to the archives of the BUSLIB-L > list. > >> An incomplete copy of the message might be present in the archive > file. The > >> list is being held to prevent further occurrences of this error. Please > take > >> corrective action and issue a "FREE BUSLIB-L" command when you > want the > >> message to be reprocessed. > >> > >> Serious error occurred - traceback follows > >> ------------------------------------------ > >>>>> Error X'00000011' opening file > /export/home/listserv/notebook/buslib-l/buslib-l.log2204c <<< > >> -> Severity: Warning > >> -> Facility: Generic error codes > >> -> Abstract: File/major entity not found > >> -> I/O mode: Record write > >>>>> Error X'00000011' logging message to archives <<< > >> -> Severity: Warning > >> -> Facility: Generic error codes > >> -> Abstract: File/major entity not found > >> > >> I tried a reindex and then a free, but the error re-occurred (possibly > on the 2nd attempt to copy the same post). > >> > >> Any ideas on what to try next? > >> > >> > >> Steve dePinet Northern Arizona > University > >> Systems Programmer, Sr. Box 5100 > >> Information Technology Services Flagstaff, Az 86011 > >> [log in to unmask] (928) 523-6843 > >> > >> ############################ > >> > >> To unsubscribe from the LSTSRV-L list: > >> write to: mailto:[log in to unmask] > >> or click the following link: > >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > >> > >> ############################ > >> > >> To unsubscribe from the LSTSRV-L list: > >> write to: mailto:[log in to unmask] > >> or click the following link: > >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > > > ############################ > > > > To unsubscribe from the LSTSRV-L list: > > write to: mailto:[log in to unmask] > > or click the following link: > > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I’m trying to upgrade the OS of my Listserv (V17.0) machine, and ran into issues with SELinux not liking was use of port 2306. A google search showed enough to determine that wa uses 2306 to communicate with Listserv, but that’s about all I got from that. The error I get is:
SELinux is preventing wa from name_connect access on the tcp_socket port 2306.
It goes on to suggest: If you want to allow wa to connect to network port 2306, Then you need to modify the port type.
Then provides the command: semanage port -a -t PORT_TYPE -p tcp 2306, where PORT_TYPE is one of the following: dns_port_t, dnssec_port_t, kerberos_port_t, ocsp_port_t
I note that the old machine is RHEL6, and uses iptables, whereas the new RHEL7 machine uses firewalld, but I do not see any iptables rules for port 2306 on the old machine, but it does not run selinux, either.
Any ideas? Do I need a firewalld rule allowing localhost to use port 2306, or do I follow the suggestion and modify the port type? If the latter, what type?
Thanks,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
I don't know if this will fix your specific problem, but if the web pages are visible in the browser, and the problem is you can't execute anything that would require WA to talk to port 2306, you may need to run the following at the shell prompt:
sudo setsebool -P httpd_can_network_connect 1
You have to do this if the firewall is set to be restrictive/enforcing. So in order for httpd to communicate with LISTSERV, it has to be able to connect to the network. The default is to disallow this (0) so it must be set manually to 1.
If you later experience problems with WA writing to the "upload" directory, you may also need to execute
(change the path to the upload directory if it differs in your installation).
This is not to say there isn't something else going on in SELinux that needs to be modified, but that's usually the first thing to look at.
Note that in most cases I know of, there is no reason to allow external access to port 2306. As long as WA can talk to port 2306 locally, that's all that's strictly necessary.
I'll finish by saying I'm not an SELinux expert by any stretch of the imagination. Most of the above was discovered the hard way when I was building CentOS 7 sandbox machines in our cloud several years ago – lots of Googling and digging through the Linux documentation. So if the above doesn't work for you, I'm not sure what else I can say. It did work for me.
Thanks Nathan, I’ll add "setsebool -P httpd_can_network_connect 1" (one of the settings that I had seen mentioned, but didn’t know if it was required) to the "semanage port -a -t http_port_t -p tcp 2306” that I’ve run. That names (locally) the tcp port 2306, which, I’m told) is required for the httpd daemon to use it under SELinux.
Again, thanks,
Steve dePinet Northern Arizona University Systems Programmer, Sr. Box 5100 Information Technology Services Flagstaff, Az 86011 [log in to unmask] (928) 523-6843
> On Apr 15, 2022, at 06:05, Nathan Brindle <[log in to unmask]> wrote: > > I don't know if this will fix your specific problem, but if the web pages are visible in the browser, and the problem is you can't execute anything that would require WA to talk to port 2306, you may need to run the following at the shell prompt: > > sudo setsebool -P httpd_can_network_connect 1 > > You have to do this if the firewall is set to be restrictive/enforcing. So in order for httpd to communicate with LISTSERV, it has to be able to connect to the network. The default is to disallow this (0) so it must be set manually to 1. > > If you later experience problems with WA writing to the "upload" directory, you may also need to execute > > sudo semanage fcontext -a -t httpd_sys_rw_content_t '/var/www/html/archives/upload' > sudo restorecon -v '/var/www/html/archives/upload' > > (change the path to the upload directory if it differs in your installation). > > This is not to say there isn't something else going on in SELinux that needs to be modified, but that's usually the first thing to look at. > > Note that in most cases I know of, there is no reason to allow external access to port 2306. As long as WA can talk to port 2306 locally, that's all that's strictly necessary. > > I'll finish by saying I'm not an SELinux expert by any stretch of the imagination. Most of the above was discovered the hard way when I was building CentOS 7 sandbox machines in our cloud several years ago – lots of Googling and digging through the Linux documentation. So if the above doesn't work for you, I'm not sure what else I can say. It did work for me. > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Steven J Depinet > Sent: Thursday, April 14, 2022 1:34 PM > To: [log in to unmask] > Subject: SELinux (RHEL7) and port 2306 (Listserv V17.0) > > Greetings, > > I’m trying to upgrade the OS of my Listserv (V17.0) machine, and ran into issues with SELinux not liking was use of port 2306. A google search showed enough to determine that wa uses 2306 to communicate with Listserv, but that’s about all I got from that. The error I get is: > > SELinux is preventing wa from name_connect access on the tcp_socket port 2306. > > It goes on to suggest: > If you want to allow wa to connect to network port 2306, Then you need to modify the port type. > > Then provides the command: > semanage port -a -t PORT_TYPE -p tcp 2306, where PORT_TYPE is one of the following: dns_port_t, dnssec_port_t, kerberos_port_t, ocsp_port_t > > I note that the old machine is RHEL6, and uses iptables, whereas the new RHEL7 machine uses firewalld, but I do not see any iptables rules for port 2306 on the old machine, but it does not run selinux, either. > > Any ideas? Do I need a firewalld rule allowing localhost to use port 2306, or do I follow the suggestion and modify the port type? If the latter, what type? > > Thanks, > > Steve dePinet Northern Arizona University > Systems Programmer, Sr. Box 5100 > Information Technology Services Flagstaff, Az 86011 > [log in to unmask] (928) 523-6843 > > > > > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
We're having problems with O365 refusing routing messages to Junk if they're coming from our ListServ server on our Intranet. It looks like it would work if p=reject were set for the top domain (of which our server is a subdomain) but it's only set on their external DNS records, and not on the Internal DNS record, which the ListServ server looks at.
Is it possible to get the server to rewrite the From as if the p=reject were set for that specific domain? I know it's usually an automatic process but we need to require it manually (I don't think I'd be successful in getting them to add the DMARC p=reject to the internal DNS record).
I couldn't find where to set it in the GUI but it worked in the site.cfg file.
Krista
On Wed, Apr 13, 2022 at 2:13 PM Krista <[log in to unmask]> wrote:
> We're having problems with O365 refusing routing messages to Junk if > they're coming from our ListServ server on our Intranet. It looks like it > would work if p=reject were set for the top domain (of which our server is > a subdomain) but it's only set on their external DNS records, and not on > the Internal DNS record, which the ListServ server looks at. > > Is it possible to get the server to rewrite the From as if the p=reject > were set for that specific domain? I know it's usually an automatic > process but we need to require it manually (I don't think I'd be > successful in getting them to add the DMARC p=reject to the internal DNS > record). > > Krista Landon >
Our ListServ is running on Windows and is on the Intranet of our organization, which has switched to using O365 for email. We currently use an SMTP relay. Messages that go to external addresses are fine, as the ListServ's domain has an SPF record that contains the ESAs, but if a message comes From the organization's main domain, from O365 to the ListServ, and the subscribers have a mailbox on the org's main domain (in O365), the messages takes a direct route to the microsoft production server and EOP, so the SPF check fails, and ironically internal mail, going to the listserv, then sent back to internal mail, gets tossed into subscriber's junk folders.
I'm not an exchange server engineer/Office 365 admin/engineer. I'm just going based on what our engineer is telling me.
If anyone has more up to date suggestions on how to work with O365 (cloud) from an internal ListServ, please let me know.
The server which talking to eop should be on the spf.
If you listserv directly sending to eop, then the connecting up should be on spf. Or route via the mailrelay which I believe would be already on spf.
On Mon, 4 Apr, 2022, 10:11 PM Krista, <[log in to unmask]> wrote:
> Is this article still the most current on how to get ListServ to work with > O365 and not have messages being sent go into Junk? > > https://www.lsoft.com/news/techtipLSV-issue3-2015.asp > > Our ListServ is running on Windows and is on the Intranet of our > organization, which has switched to using O365 for email. We currently use > an SMTP relay. Messages that go to external addresses are fine, as the > ListServ's domain has an SPF record that contains the ESAs, but if a > message comes From the organization's main domain, from O365 to the > ListServ, and the subscribers have a mailbox on the org's main domain (in > O365), the messages takes a direct route to the microsoft production server > and EOP, so the SPF check fails, and ironically internal mail, going to the > listserv, then sent back to internal mail, gets tossed into subscriber's > junk folders. > > I'm not an exchange server engineer/Office 365 admin/engineer. I'm just > going based on what our engineer is telling me. > > If anyone has more up to date suggestions on how to work with O365 (cloud) > from an internal ListServ, please let me know. > > Krista Landon > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
The admin tells me: "As to fix the SPF signature and alignment settings we will need to add all Microsoft production server IPs ( because this will keep changing ). And Microsoft will not make that list available to us."
"It is going to multiple MTAs (Message transport agents). In this case it will start with the SMTP relay server which will forward the message to one or more of the Hybrid exchange servers before it is routed via a nated IP to Microsoft production servers where is will be inspected by EOP"
On Mon, Apr 4, 2022 at 1:10 PM Sunil Chauhan <[log in to unmask]> wrote:
> The server which talking to eop should be on the spf. > > If you listserv directly sending to eop, then the connecting up should be > on spf. Or route via the mailrelay which I believe would be already on spf. > > On Mon, 4 Apr, 2022, 10:11 PM Krista, <[log in to unmask]> wrote: > >> Is this article still the most current on how to get ListServ to work >> with O365 and not have messages being sent go into Junk? >> >> https://www.lsoft.com/news/techtipLSV-issue3-2015.asp >> >> Our ListServ is running on Windows and is on the Intranet of our >> organization, which has switched to using O365 for email. We currently use >> an SMTP relay. Messages that go to external addresses are fine, as the >> ListServ's domain has an SPF record that contains the ESAs, but if a >> message comes From the organization's main domain, from O365 to the >> ListServ, and the subscribers have a mailbox on the org's main domain (in >> O365), the messages takes a direct route to the microsoft production server >> and EOP, so the SPF check fails, and ironically internal mail, going to the >> listserv, then sent back to internal mail, gets tossed into subscriber's >> junk folders. >> >> I'm not an exchange server engineer/Office 365 admin/engineer. I'm just >> going based on what our engineer is telling me. >> >> If anyone has more up to date suggestions on how to work with O365 >> (cloud) from an internal ListServ, please let me know. >> >> Krista Landon >> >> >> >> ------------------------------ >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
On Mon, Apr 4, 2022 at 1:26 PM Krista <[log in to unmask]> wrote:
> The admin tells me: > "As to fix the SPF signature and alignment settings we will need to add > all Microsoft production server IPs ( because this will keep changing ). > And Microsoft will not make that list available to us." > > "It is going to multiple MTAs (Message transport agents). In this case it > will start with the SMTP relay server which will forward the message to one > or more of the Hybrid exchange servers before it is routed via a nated IP > to Microsoft production servers where is will be inspected by EOP" > > On Mon, Apr 4, 2022 at 1:10 PM Sunil Chauhan <[log in to unmask]> wrote: > >> The server which talking to eop should be on the spf. >> >> If you listserv directly sending to eop, then the connecting up should be >> on spf. Or route via the mailrelay which I believe would be already on spf. >> >> On Mon, 4 Apr, 2022, 10:11 PM Krista, <[log in to unmask]> wrote: >> >>> Is this article still the most current on how to get ListServ to work >>> with O365 and not have messages being sent go into Junk? >>> >>> https://www.lsoft.com/news/techtipLSV-issue3-2015.asp >>> >>> Our ListServ is running on Windows and is on the Intranet of our >>> organization, which has switched to using O365 for email. We currently use >>> an SMTP relay. Messages that go to external addresses are fine, as the >>> ListServ's domain has an SPF record that contains the ESAs, but if a >>> message comes From the organization's main domain, from O365 to the >>> ListServ, and the subscribers have a mailbox on the org's main domain (in >>> O365), the messages takes a direct route to the microsoft production server >>> and EOP, so the SPF check fails, and ironically internal mail, going to the >>> listserv, then sent back to internal mail, gets tossed into subscriber's >>> junk folders. >>> >>> I'm not an exchange server engineer/Office 365 admin/engineer. I'm just >>> going based on what our engineer is telling me. >>> >>> If anyone has more up to date suggestions on how to work with O365 >>> (cloud) from an internal ListServ, please let me know. >>> >>> Krista Landon >>> >>> >>> >>> ------------------------------ >>> >>> To unsubscribe from the LSTSRV-L list, click the following link: >>> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >>> >> >> ------------------------------ >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I did. The ListServ is on a subdomain. I pointed to include: spf.protection.outlook.com. He said: "that is what we have for our (topleveldomain) SPF records, but the IP records contained in the spf.protection.outlook.com records do not contain the Microsoft production servers."
It doesn't seem like it should be this difficult... But maybe this is why Lsoft wrote the article with this as a potential solution: " The solution is to use the Microsoft SMTPSVC mailer on the LISTSERV machine in a slightly different manner than described above and let SMTPSVC do the necessary authentication so that the email will be accepted by the Exchange Online server and forwarded on to wherever it needs to go."
Krista Landon
On Mon, Apr 4, 2022 at 1:33 PM Ricardo Stella <[log in to unmask]> wrote:
> > Sends this to your admin? > > > https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/set-up-spf-in-office-365-to-help-prevent-spoofing?view=o365-worldwide > > On Mon, Apr 4, 2022 at 1:26 PM Krista <[log in to unmask]> wrote: > >> The admin tells me: >> "As to fix the SPF signature and alignment settings we will need to add >> all Microsoft production server IPs ( because this will keep changing ). >> And Microsoft will not make that list available to us." >> >> "It is going to multiple MTAs (Message transport agents). In this case >> it will start with the SMTP relay server which will forward the message to >> one or more of the Hybrid exchange servers before it is routed via a nated >> IP to Microsoft production servers where is will be inspected by EOP" >> >> On Mon, Apr 4, 2022 at 1:10 PM Sunil Chauhan <[log in to unmask]> wrote: >> >>> The server which talking to eop should be on the spf. >>> >>> If you listserv directly sending to eop, then the connecting up should >>> be on spf. Or route via the mailrelay which I believe would be already on >>> spf. >>> >>> On Mon, 4 Apr, 2022, 10:11 PM Krista, <[log in to unmask]> wrote: >>> >>>> Is this article still the most current on how to get ListServ to work >>>> with O365 and not have messages being sent go into Junk? >>>> >>>> https://www.lsoft.com/news/techtipLSV-issue3-2015.asp >>>> >>>> Our ListServ is running on Windows and is on the Intranet of our >>>> organization, which has switched to using O365 for email. We currently use >>>> an SMTP relay. Messages that go to external addresses are fine, as the >>>> ListServ's domain has an SPF record that contains the ESAs, but if a >>>> message comes From the organization's main domain, from O365 to the >>>> ListServ, and the subscribers have a mailbox on the org's main domain (in >>>> O365), the messages takes a direct route to the microsoft production server >>>> and EOP, so the SPF check fails, and ironically internal mail, going to the >>>> listserv, then sent back to internal mail, gets tossed into subscriber's >>>> junk folders. >>>> >>>> I'm not an exchange server engineer/Office 365 admin/engineer. I'm just >>>> going based on what our engineer is telling me. >>>> >>>> If anyone has more up to date suggestions on how to work with O365 >>>> (cloud) from an internal ListServ, please let me know. >>>> >>>> Krista Landon >>>> >>>> >>>> >>>> ------------------------------ >>>> >>>> To unsubscribe from the LSTSRV-L list, click the following link: >>>> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >>>> >>> >>> ------------------------------ >>> >>> To unsubscribe from the LSTSRV-L list, click the following link: >>> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >>> >> >> ------------------------------ >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> > > > -- > °(((=((===°°°(((================================================ > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
“…one or more of the Hybrid exchange servers before it is routed via a nated IP to Microsoft production servers…”
This is the IP you need to add to your listserv SPF. You are routing all email for your primary domain through your hybrid exchange servers to get to O365 which is why listserv messages for your domain are showing that address. If your multiple exchange servers are not all NATing to the same address then you’ll need to add each of their external addresses to listserv’s SPF.
Joe
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Krista Sent: Monday, April 4, 2022 12:47 PM To: [log in to unmask] Subject: Re: Using ListServ with O365
I did. The ListServ is on a subdomain. I pointed to include:spf.protection.outlook.com<http://spf.protection.outlook.com>. He said: "that is what we have for our (topleveldomain) SPF records, but the IP records contained in the spf.protection.outlook.com<http://spf.protection.outlook.com> records do not contain the Microsoft production servers."
It doesn't seem like it should be this difficult... But maybe this is why Lsoft wrote the article with this as a potential solution: " The solution is to use the Microsoft SMTPSVC mailer on the LISTSERV machine in a slightly different manner than described above and let SMTPSVC do the necessary authentication so that the email will be accepted by the Exchange Online server and forwarded on to wherever it needs to go."
Krista Landon
On Mon, Apr 4, 2022 at 1:33 PM Ricardo Stella <[log in to unmask]<mailto:[log in to unmask]>> wrote:
On Mon, Apr 4, 2022 at 1:26 PM Krista <[log in to unmask]<mailto:[log in to unmask]>> wrote: The admin tells me: "As to fix the SPF signature and alignment settings we will need to add all Microsoft production server IPs ( because this will keep changing ). And Microsoft will not make that list available to us."
Thank you! I'm running that past the exchange administrator. If it's a single NAT IP, that would be an easy fix. I believe strongly in Murphy's law though ;)
On Mon, Apr 4, 2022 at 2:29 PM Irons, Joseph R <[log in to unmask]> wrote:
> “…one or more of the Hybrid exchange servers before it is routed via a > nated IP to Microsoft production servers…” > > > > This is the IP you need to add to your listserv SPF. You are routing all > email for your primary domain through your hybrid exchange servers to get > to O365 which is why listserv messages for your domain are showing that > address. If your multiple exchange servers are not all NATing to the same > address then you’ll need to add each of their external addresses to > listserv’s SPF. > > > > Joe > > > > *From:* LISTSERV Site Administrators' Forum <[log in to unmask]> > *On Behalf Of *Krista > *Sent:* Monday, April 4, 2022 12:47 PM > *To:* [log in to unmask] > *Subject:* Re: Using ListServ with O365 > > > > I did. The ListServ is on a subdomain. I pointed to include: > spf.protection.outlook.com. He said: > "that is what we have for our (topleveldomain) SPF records, but the IP > records contained in the spf.protection.outlook.com records do not > contain the Microsoft production servers." > > It doesn't seem like it should be this difficult... > But maybe this is why Lsoft wrote the article with this as a potential > solution: > " The solution is to use the Microsoft SMTPSVC mailer on the LISTSERV > machine in a slightly different manner than described above and let SMTPSVC > do the necessary authentication so that the email will be accepted by the > Exchange Online server and forwarded on to wherever it needs to go." > > Krista Landon > > > > On Mon, Apr 4, 2022 at 1:33 PM Ricardo Stella <[log in to unmask]> wrote: > > > > Sends this to your admin? > > > > > https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/set-up-spf-in-office-365-to-help-prevent-spoofing?view=o365-worldwide > > > > On Mon, Apr 4, 2022 at 1:26 PM Krista <[log in to unmask]> wrote: > > The admin tells me: > "As to fix the SPF signature and alignment settings we will need to add > all Microsoft production server IPs ( because this will keep changing ). > And Microsoft will not make that list available to us." > > "It is going to multiple MTAs (Message transport agents). In this case it > will start with the SMTP relay server which will forward the message to one > or more of the Hybrid exchange servers before it is routed via a nated IP > to Microsoft production servers where is will be inspected by EOP" > > > > On Mon, Apr 4, 2022 at 1:10 PM Sunil Chauhan <[log in to unmask]> wrote: > > The server which talking to eop should be on the spf. > > > > If you listserv directly sending to eop, then the connecting up should be > on spf. Or route via the mailrelay which I believe would be already on spf. > > > > On Mon, 4 Apr, 2022, 10:11 PM Krista, <[log in to unmask]> wrote: > > Is this article still the most current on how to get ListServ to work with > O365 and not have messages being sent go into Junk? > > https://www.lsoft.com/news/techtipLSV-issue3-2015.asp > > Our ListServ is running on Windows and is on the Intranet of our > organization, which has switched to using O365 for email. We currently use > an SMTP relay. Messages that go to external addresses are fine, as the > ListServ's domain has an SPF record that contains the ESAs, but if a > message comes From the organization's main domain, from O365 to the > ListServ, and the subscribers have a mailbox on the org's main domain (in > O365), the messages takes a direct route to the microsoft production server > and EOP, so the SPF check fails, and ironically internal mail, going to the > listserv, then sent back to internal mail, gets tossed into subscriber's > junk folders. > > I'm not an exchange server engineer/Office 365 admin/engineer. I'm just > going based on what our engineer is telling me. > > > > If anyone has more up to date suggestions on how to work with O365 (cloud) > from an internal ListServ, please let me know. > > > > Krista Landon > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > > -- > > °(((*=*((*===°°°*(((*================================================* > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
We're facing a legal case from a user claiming harassment because they keep receiving mail from our university. While there are many ways the mail may have been sent, our IT director wants a clear answer for our legal office.
In LISTSERV and MAESTRO, is there way to set an address to never receive mail if it ever shows up in the system? I know there's SERVE OFF/DROP which will prevent the address from ever being subscribed normally to a list, but there doesn't seem to be a way to stop listserv from mailing an address no matter what.
Is there a way to apply a change for all subscribers to a certain list? I have a requirement to enable "ack" for all subscribers to a certain list. I can see how to do that for the individual subscriber settings but the list owner wants it applied to all subscribers. Thank you for an insight into the best way to do this.
Hi, You do this under List Management - Subscribers Report. Subscriber Reports Click *Customize Report* to add *Acknowledgment* You can take it from here.
If you have any questions or if I may be of further assistance, please let me know
Regards, Nick
[image: photo] *Nick Abiola-Bisiolu* Senior Electronic Communications Analyst, Information Technology
Phone: 732.465. 5452 <732.562-5452>| Email: [log in to unmask] 445 Hoes Lane Piscataway, NJ 08854
A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity *This email is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing, or other use of this email by persons or entities other than the addressee is prohibited. If you have received this email in error, please contact the sender immediately and delete the material from any computer.*
On Mon, Mar 14, 2022 at 12:28 PM Darin Pesnell <[log in to unmask]> wrote:
> Good morning, > > Is there a way to apply a change for all subscribers to a certain list? I > have a requirement to enable "ack" for all subscribers to a certain list. > I can see how to do that for the individual subscriber settings but the > list owner wants it applied to all subscribers. Thank you for an insight > into the best way to do this. > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
Just use the “Listserv command” option from the web interface and enter: quiet set LISTNAME ack for *@* And hit submit.
You can do multiple settings changes this way like:
quiet set LISTNAME ack,subj for *@*
> On Mar 14, 2022, at 12:28 PM, Darin Pesnell <[log in to unmask]> wrote: > > > Good morning, > > Is there a way to apply a change for all subscribers to a certain list? I have a requirement to enable "ack" for all subscribers to a certain list. I can see how to do that for the individual subscriber settings but the list owner wants it applied to all subscribers. Thank you for an insight into the best way to do this. > > > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Be sure you also edit the list header to set the default options, so any new subscribers who come along later will get this setting.
On 3/14/2022 12:28 PM, Darin Pesnell wrote: > Good morning, > > Is there a way to apply a change for all subscribers to a certain > list? I have a requirement to enable "ack" for all subscribers to a > certain list. I can see how to do that for the individual subscriber > settings but the list owner wants it applied to all subscribers. > Thank you for an insight into the best way to do this. >
On Mon, Mar 14, 2022 at 11:18 AM Mark Kaprow <[log in to unmask]> wrote:
> Just use the “Listserv command” option from the web interface and enter: > quiet set LISTNAME ack for *@* > And hit submit. > > You can do multiple settings changes this way like: > > quiet set LISTNAME ack,subj for *@* > > > > > > On Mar 14, 2022, at 12:28 PM, Darin Pesnell <[log in to unmask]> wrote: > > > > Good morning, > > Is there a way to apply a change for all subscribers to a certain list? I > have a requirement to enable "ack" for all subscribers to a certain list. > I can see how to do that for the individual subscriber settings but the > list owner wants it applied to all subscribers. Thank you for an insight > into the best way to do this. > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > -- Sent from my iPhone
We have been using Listserv for more than 20 years on Linux (current 17.0). This is the first time I saw it happen. The list configuration is:
.HH ON
Ack= No Review= Owners Subscription= By owner Send= Editor,Hold Notify= Yes Reply-To= Sender,Respect Validate= No Notebook= Yes,/u/ssc/listserv/lists,Monthly,Private Default-Options= Repro,Subjecthdr Misc-Options= KEEP_EXCHANGE_DATA
Owner= (chavez-alias) Editor= (chavez-alias) .HH OFF
The list has 424 subscribers.
[cid:e6545270-6034-4e55-bf99-6f317fc6549f]
However, it sent to 455 according to the log:
4 Mar 2022 11:12:43 Distributing mail ("CHAVEZ-UNDERGRADS") from owner-chavez-undergrads@LISTS.SSCNET.UCLA.EDU... 4 Mar 2022 11:12:43 Mail posted via SMTP to [log in to unmask]
Have you checked that an open list is not mistakenly subscribed to the list?
On Sun, Mar 6, 2022 at 12:13 PM Shinn Wu <[log in to unmask]> wrote:
> Hello, > > We have been using Listserv for more than 20 years on Linux (current > 17.0). This is the first time I saw it happen. The list configuration is: > > .HH ON > > Ack= No > Review= Owners > Subscription= By owner > Send= Editor,Hold > Notify= Yes > Reply-To= Sender,Respect > Validate= No > Notebook= Yes,/u/ssc/listserv/lists,Monthly,Private > Default-Options= Repro,Subjecthdr > Misc-Options= KEEP_EXCHANGE_DATA > > Owner= (chavez-alias) > Editor= (chavez-alias) > .HH OFF > > The list has 424 subscribers. > > > > However, it sent to 455 according to the log: > > 4 Mar 2022 11:12:43 Distributing mail ("CHAVEZ-UNDERGRADS") from > owner-chavez-undergrads@LISTS.SSCNET.UCLA.EDU... > 4 Mar 2022 11:12:43 Mail posted via SMTP to [log in to unmask] > ...................................................... > 4 Mar 2022 11:12:43 Mail posted via SMTP to [log in to unmask] > 4 Mar 2022 11:12:43 Done - 5 outbound files (455 rcpts). > 4 Mar 2022 11:12:43 Message DISTRIBUTEd to 455 recipients. > > It came to my attention after some faculty complained they were not > undergrads. I checked the log and found about 20 faculties who are *not* > on the subscribers but showed in the Listserv log. > > Any hint will be greatly appreciated. > > Thank you, > > Shinn > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
Were they CC'd/BCC'd on the original message, i.e., before it went through the list? By default, LISTSERV strips any CC and BCC fields, so you would not be able to tell from the distributed message.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Shinn Wu Sent: Saturday, March 05, 2022 11:36 AM To: [log in to unmask] Subject: List Distributions
Hello,
We have been using Listserv for more than 20 years on Linux (current 17.0). This is the first time I saw it happen. The list configuration is:
.HH ON
Ack= No Review= Owners Subscription= By owner Send= Editor,Hold Notify= Yes Reply-To= Sender,Respect Validate= No Notebook= Yes,/u/ssc/listserv/lists,Monthly,Private Default-Options= Repro,Subjecthdr Misc-Options= KEEP_EXCHANGE_DATA
Owner= (chavez-alias) Editor= (chavez-alias) .HH OFF
The list has 424 subscribers.
[cid:image001.png@01D831FD.AE09BBB0]
However, it sent to 455 according to the log:
4 Mar 2022 11:12:43 Distributing mail ("CHAVEZ-UNDERGRADS") from owner-chavez-undergrads@LISTS.SSCNET.UCLA.EDU... 4 Mar 2022 11:12:43 Mail posted via SMTP to [log in to unmask]
I backtraced the log and found the change I made last Dec. I removed the change and asked the sender to send it again. It was only distributed to 424 undergrads (instead of 455).
The list had a sub-list before. The puzzle remains: the sub-list only has 8 subscribers. Most of the 'unwanted' subscribers (18) shown in the distribution log did not in the CHAVEZ-ALIAS (only one is).
[log in to unmask] (8 Subscribers)
However, the distribution was "normal" after I manually edited 26 affected lists last night. I knew that it would distribute to sub-lists but the first few faculties who received were not in CHAVEZ-ALIAS that cast my doubt if 'sub-lists' was the true reason.
Anyway, thank you again for the very helpful input. Problem partially solved and no one complain.
Is there a way to export the archives from a list? I have someone that wants the list that she is the owner of deleted but she wants a copy of the archives from the list. I have not found, how to do this. Can anyone help me out?
Thanks, Tammy
Tammy Lane OCIO Service Desk Team Lead OCIO Service Desk Office of the Chief Information Officer Kapstone Technologies [log in to unmask]<mailto:[log in to unmask]> 202-633-4000
ServiceNow: How to Submit an IT Request<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011715> ServiceNow: How to Report an IT Problem/Incident<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011716> ServiceNow: How to View Existing IT Service Requests and Incidents<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011841>
INDEX <listname> That will get you a list of all the archive files for the list.
Next, using the contents of the message you received with the log file names, send another command that contains the Get command followed by the name of the list, then the first logfile. You can send all the logfiles in one message like this:
GET listname LOG0501 GET listname LOG0502 GET listname LOG0503
Etc.
You'll receive an email back for each log. After you receive a message for each log file, create an Outlook folder and move all the messages into the folder to keep them all together. Then use Outlook Export to export that folder to a pst file and give it to your customer. That's assuming you are using Outlook. If not, that last bit will need to be different depending on your email vendor.
Jan Dye
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Lane, Tammy J. Sent: Friday, February 11, 2022 12:46 PM To: [log in to unmask] Subject: Export the archives from a List
WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Hello,
Is there a way to export the archives from a list? I have someone that wants the list that she is the owner of deleted but she wants a copy of the archives from the list. I have not found, how to do this. Can anyone help me out?
Tammy Lane OCIO Service Desk Team Lead OCIO Service Desk Office of the Chief Information Officer Kapstone Technologies [log in to unmask]<mailto:[log in to unmask]> 202-633-4000
ServiceNow: How to Submit an IT Request<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011715> ServiceNow: How to Report an IT Problem/Incident<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011716> ServiceNow: How to View Existing IT Service Requests and Incidents<https://smithsonianprod.servicenowservices.com/si?id=kb_article_view&sysparm_article=KB0011841>
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Dye, Jan Sent: Friday, February 11, 2022 3:03 PM To: [log in to unmask] Subject: Re: Export the archives from a List
External Email - Exercise Caution I recently had to do that. Here's what I did -
INDEX <listname> That will get you a list of all the archive files for the list.
Next, using the contents of the message you received with the log file names, send another command that contains the Get command followed by the name of the list, then the first logfile. You can send all the logfiles in one message like this:
GET listname LOG0501 GET listname LOG0502 GET listname LOG0503
Etc.
You'll receive an email back for each log. After you receive a message for each log file, create an Outlook folder and move all the messages into the folder to keep them all together. Then use Outlook Export to export that folder to a pst file and give it to your customer. That's assuming you are using Outlook. If not, that last bit will need to be different depending on your email vendor.
Jan Dye
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Lane, Tammy J. Sent: Friday, February 11, 2022 12:46 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Export the archives from a List
WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email. Hello,
On Fri, 11 Feb 2022 18:46:21 +0000, "Lane, Tammy J." <[log in to unmask]> wrote:
>Is there a way to export the archives from a list?
You have received 2 fine answers which are essentially the same. This will work for the List Owner but depending on how old the list is, how active it was, etc. that could be a lot of work. For example a list that is 20 years old and averages 5-8 messages per day, will have 240 archive files totaling over 200MB (based one of my real lists).
Another solution (outside of LISTSERV) is to simply ask the server administrator to zip up all the LISTNAME.LOGyymm files on disk and send that zip archive to the List Owner. The files are all simply plain text files so they will compress a fair amount. This could be a lot easier and faster.
The one problem with raw archive files LISTNAME.LOGYYMM is that mime encoded content will be displayed as 7-bit mime.
If the messages have lots of rich content and attachments then the raw files will be unreadable. Instead, they could remove all the members, make the list CONFIDENTIAL = YES and just allow the list owner to refer to old messages as needed.
> On Feb 11, 2022, at 8:03 PM, Ben Parker <[log in to unmask]> wrote: > > On Fri, 11 Feb 2022 18:46:21 +0000, "Lane, Tammy J." > <[log in to unmask]> wrote: > >> Is there a way to export the archives from a list? > > You have received 2 fine answers which are essentially the same. This will > work for the List Owner but depending on how old the list is, how active it > was, etc. that could be a lot of work. For example a list that is 20 years > old and averages 5-8 messages per day, will have 240 archive files totaling > over 200MB (based one of my real lists). > > Another solution (outside of LISTSERV) is to simply ask the server > administrator to zip up all the LISTNAME.LOGyymm files on disk and send that > zip archive to the List Owner. The files are all simply plain text files so > they will compress a fair amount. This could be a lot easier and faster. > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
There is an address for that, [log in to unmask] I found in the past that Listserv dumps all the messages out in a single SMTP transaction which may (and probably should) raise objections from your SMTP server. I had to remove all restrictions on SMTP transactions temporarily in order to get the messages to go out.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jan Dye Sent: Friday, February 11, 2022 11:58 AM To: [log in to unmask] Subject: [LSTSRV-L] How to contact all list owners
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
I assume that has to be sent from one of the postmaster addresses in site configuration?
J
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Kenny, Melissa S. Sent: Friday, February 11, 2022 11:13 AM To: [log in to unmask] Subject: Re: How to contact all list owners
WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
There is an address for that, [log in to unmask] I found in the past that Listserv dumps all the messages out in a single SMTP transaction which may (and probably should) raise objections from your SMTP server. I had to remove all restrictions on SMTP transactions temporarily in order to get the messages to go out.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jan Dye Sent: Friday, February 11, 2022 11:58 AM To: [log in to unmask] Subject: [LSTSRV-L] How to contact all list owners
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Dye, Jan Sent: Friday, February 11, 2022 12:35 PM To: [log in to unmask] Subject: Re: How to contact all list owners
Thanks for your reply!
I assume that has to be sent from one of the postmaster addresses in site configuration?
J
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Kenny, Melissa S. Sent: Friday, February 11, 2022 11:13 AM To: [log in to unmask] Subject: Re: How to contact all list owners
WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
There is an address for that, [log in to unmask] I found in the past that Listserv dumps all the messages out in a single SMTP transaction which may (and probably should) raise objections from your SMTP server. I had to remove all restrictions on SMTP transactions temporarily in order to get the messages to go out.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jan Dye Sent: Friday, February 11, 2022 11:58 AM To: [log in to unmask] Subject: [LSTSRV-L] How to contact all list owners
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, February 11, 2022 11:38 AM To: [log in to unmask] Subject: Re: How to contact all list owners
Site Manager's Manual, 25.3.2 The ALL-REQUEST Alias
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Dye, Jan Sent: Friday, February 11, 2022 12:35 PM To: [log in to unmask] Subject: Re: How to contact all list owners
Thanks for your reply!
I assume that has to be sent from one of the postmaster addresses in site configuration?
J
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Kenny, Melissa S. Sent: Friday, February 11, 2022 11:13 AM To: [log in to unmask] Subject: Re: How to contact all list owners
WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
There is an address for that, [log in to unmask] I found in the past that Listserv dumps all the messages out in a single SMTP transaction which may (and probably should) raise objections from your SMTP server. I had to remove all restrictions on SMTP transactions temporarily in order to get the messages to go out.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jan Dye Sent: Friday, February 11, 2022 11:58 AM To: [log in to unmask] Subject: [LSTSRV-L] How to contact all list owners
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
I read your response and want to know what was your SMTP application (Sendmail or Postfix) and what variable did you change to allow the message to go out?
If you have any questions or if I may be of further assistance, please let me know
Regards, Nick
[image: photo] *Nick Abiola-Bisiolu*
On Fri, Feb 11, 2022 at 12:33 PM Kenny, Melissa S. < [log in to unmask]> wrote:
> There is an address for that, [log in to unmask] I found in the > past that Listserv dumps all the messages out in a single SMTP transaction > which may (and probably should) raise objections from your SMTP server. I > had to remove all restrictions on SMTP transactions temporarily in order to > get the messages to go out. > > Melissa Kenny > > Web Administrator > Harvard Medical School IT > > 401 Park Drive > Suite 504 West > Boston, MA 02215 > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> > On Behalf Of Jan Dye > Sent: Friday, February 11, 2022 11:58 AM > To: [log in to unmask] > Subject: [LSTSRV-L] How to contact all list owners > > Hello - > Is there a way as site administrator to send a message to all list owners? > I seem to remember some way to do this, but can't find this documented. > I'd like to let all list owners know about a planned outage. > > Thank you! > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
We use an IronPort appliance to do the SMTP sending and I had to edit the rules on there temporarily to send out the message.
Melissa
From: ✉ Nick Abiola-Bisiolu <[log in to unmask]> Sent: Tuesday, February 22, 2022 2:04 PM To: LISTSERV Site Administrators' Forum <[log in to unmask]>; Kenny, Melissa S. <[log in to unmask]> Subject: Re: How to contact all list owners
Hi Melissa,
I read your response and want to know what was your SMTP application (Sendmail or Postfix) and what variable did you change to allow the message to go out?
If you have any questions or if I may be of further assistance, please let me know
Regards, Nick
[photo] Nick Abiola-Bisiolu
On Fri, Feb 11, 2022 at 12:33 PM Kenny, Melissa S. <[log in to unmask]<mailto:[log in to unmask]>> wrote: There is an address for that, [log in to unmask] I found in the past that Listserv dumps all the messages out in a single SMTP transaction which may (and probably should) raise objections from your SMTP server. I had to remove all restrictions on SMTP transactions temporarily in order to get the messages to go out.
Melissa Kenny
Web Administrator Harvard Medical School IT
401 Park Drive Suite 504 West Boston, MA 02215
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Jan Dye Sent: Friday, February 11, 2022 11:58 AM To: [log in to unmask]<mailto:[log in to unmask]> Subject: [LSTSRV-L] How to contact all list owners
Hello - Is there a way as site administrator to send a message to all list owners? I seem to remember some way to do this, but can't find this documented. I'd like to let all list owners know about a planned outage.
On Tue, Feb 22, 2022 at 2:13 PM Kenny, Melissa S. < [log in to unmask]> wrote:
> Nick, > > > > We use an IronPort appliance to do the SMTP sending and I had to edit the > rules on there temporarily to send out the message. > > > > Melissa > > > > *From:* ✉ Nick Abiola-Bisiolu <[log in to unmask]> > *Sent:* Tuesday, February 22, 2022 2:04 PM > *To:* LISTSERV Site Administrators' Forum <[log in to unmask]>; > Kenny, Melissa S. <[log in to unmask]> > *Subject:* Re: How to contact all list owners > > > > Hi Melissa, > > > > I read your response and want to know what was your SMTP application > (Sendmail or Postfix) and what variable did you change to allow the message > to go out? > > > > > > > > If you have any questions or if I may be of further assistance, please let > me know > > Regards, > > Nick > > > > [image: photo] > > *Nick Abiola-Bisiolu* > > > > > > > > On Fri, Feb 11, 2022 at 12:33 PM Kenny, Melissa S. < > [log in to unmask]> wrote: > > There is an address for that, [log in to unmask] I found in the > past that Listserv dumps all the messages out in a single SMTP transaction > which may (and probably should) raise objections from your SMTP server. I > had to remove all restrictions on SMTP transactions temporarily in order to > get the messages to go out. > > Melissa Kenny > > Web Administrator > Harvard Medical School IT > > 401 Park Drive > Suite 504 West > Boston, MA 02215 > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> > On Behalf Of Jan Dye > Sent: Friday, February 11, 2022 11:58 AM > To: [log in to unmask] > Subject: [LSTSRV-L] How to contact all list owners > > Hello - > Is there a way as site administrator to send a message to all list owners? > I seem to remember some way to do this, but can't find this documented. > I'd like to let all list owners know about a planned outage. > > Thank you! > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > <https://urldefense.proofpoint.com/v2/url?u=http-3A__peach.ease.lsoft.com_scripts_wa-2DPEACH.exe-3FSUBED1-3DLSTSRV-2DL-26A-3D1&d=DwMFaQ&c=WO-RGvefibhHBZq3fL85hQ&r=pD1lZJp6AWAigCq-w3nmcaqA_JVXPNb9AkRG3TWgKGk&m=BxLyJO5mZ2-hlowBUV_PV6OvW8zZk2CvGcCSQpxy9pCvx9ZrP2alos812-j0sV_t&s=djAqFSYfe_uz2K9f2td7b-QebnF76E3pP-wTCp4r75I&e=> > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > <https://urldefense.proofpoint.com/v2/url?u=http-3A__peach.ease.lsoft.com_scripts_wa-2DPEACH.exe-3FSUBED1-3DLSTSRV-2DL-26A-3D1&d=DwMFaQ&c=WO-RGvefibhHBZq3fL85hQ&r=pD1lZJp6AWAigCq-w3nmcaqA_JVXPNb9AkRG3TWgKGk&m=BxLyJO5mZ2-hlowBUV_PV6OvW8zZk2CvGcCSQpxy9pCvx9ZrP2alos812-j0sV_t&s=djAqFSYfe_uz2K9f2td7b-QebnF76E3pP-wTCp4r75I&e=> > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I think it’s the other way around, when a site has dmarc with p=reject listserv does the rewrite (listserv knows this via dns lookup) and if you reply to that address then listserv is supposed to forward the reply to the correct sender.
> On Jan 17, 2022, at 2:27 PM, Peter M. Weiss <[log in to unmask]> wrote: > > When LISTSERV distributes an email from a user who's site doesn't support DMARC, it rewrites that address e.g., > > <[log in to unmask]> > > Here at PSU, that bounces. > > How does LISTSERV "know" to generate that kind of address: a realtime lookup of the sender's address or does it maintain a static list of such domains? > > -- > > Pete > Sr. Systems Configurator, emeritus > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
On Jan 17, 2022, at 2:27 PM, Peter M. Weiss <[log in to unmask]> wrote:
> How does LISTSERV "know" to generate that kind of address: a realtime lookup of the sender's address or does it maintain a static list of such domains?
When LISTSERV processes mail for a mailing list, it looks to see if the domain of the sender has a DMARC record has a ‘p=reject’ or ‘p=quarantine’ policy. If it does, then it rewrites the address.
LISTSERV doesn’t cache this information anywhere — it does a fresh lookup every time it distributes a message.
I have a request to remove the link to the web archive from a listserv I run. I need the archive to still exist, but the the customer would like the link removed from emails. Does anyone know how to do this?
I assume that this info is contained in the list's bottom banner. If so you can modify the banner in List Management and selecting Top and Bottom Banners in the Template category. Modify both the Bottom_Banner and the Bottom_Banner_HTML
Glenn [image: UMSIT:SDS Logo] Glenn R. Eichel *SSA* *UMSIT - Service Delivery and Support* *Lecturer* *UMaine Department of Sociology* 207-581-4631 201-H Fernald Hall Orono, Maine 04469 [log in to unmask]
On Tue, Jan 4, 2022 at 9:59 AM Darin Pesnell <[log in to unmask]> wrote:
> Good morning all, > > I have a request to remove the link to the web archive from a listserv I > run. I need the archive to still exist, but the the customer would like > the link removed from emails. Does anyone know how to do this? > > Thank you, > Darin > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
On Tue, Jan 4, 2022 at 10:24 AM Glenn Eichel <[log in to unmask]> wrote:
> Hi Darin, > > I assume that this info is contained in the list's bottom banner. If so > you can modify the banner in List Management and selecting Top and Bottom > Banners in the Template category. Modify both the Bottom_Banner and the > Bottom_Banner_HTML > > Glenn > [image: UMSIT:SDS Logo] > Glenn R. Eichel > *SSA* > *UMSIT - Service Delivery and Support* > *Lecturer* > *UMaine Department of Sociology* > 207-581-4631 > 201-H Fernald Hall > Orono, Maine 04469 > [log in to unmask] > > > On Tue, Jan 4, 2022 at 9:59 AM Darin Pesnell <[log in to unmask]> wrote: > >> Good morning all, >> >> I have a request to remove the link to the web archive from a listserv I >> run. I need the archive to still exist, but the the customer would like >> the link removed from emails. Does anyone know how to do this? >> >> Thank you, >> Darin >> >> >> ------------------------------ >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >> > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I followed the instructions I found here: https://www.lsoft.com/manuals/lsv-faq/443SecuringtheLISTSERVwebinterfa.html to redirect all traffic from HTTP to HTTPS on my ListServ 16.5 installation. Everything worked except for Confirmation URLs, which threw a 500 error until I turned off the redirect rule.
On Dec 16, 2021, at 11:06 AM, Krista <[log in to unmask]> wrote:
> I followed the instructions I found here: https://www.lsoft.com/manuals/lsv-faq/443SecuringtheLISTSERVwebinterfa.html <https://www.lsoft.com/manuals/lsv-faq/443SecuringtheLISTSERVwebinterfa.html> to redirect all traffic from HTTP to HTTPS on my ListServ 16.5 installation. Everything worked except for Confirmation URLs, which threw a 500 error until I turned off the redirect rule. > > Anyone have ideas on why that's happening? > > Krista Landon
Were the confirmation links to http or https? What was the exact error you got when clicking on the links?
Once I updated site.cfg and global skin templates the links were https. If I remember correctly it was simply 500 Internal server error (definitely 500 error). So long as that rule existed, the confirm wouldn't work with http or https.
Krista
On Thu, Dec 16, 2021 at 11:48 AM Jacob Haller <[log in to unmask]> wrote:
> On Dec 16, 2021, at 11:06 AM, Krista <[log in to unmask]> wrote: > > I followed the instructions I found here: > https://www.lsoft.com/manuals/lsv-faq/443SecuringtheLISTSERVwebinterfa.html > to redirect all traffic from HTTP to HTTPS on my ListServ 16.5 > installation. Everything worked except for Confirmation URLs, which threw > a 500 error until I turned off the redirect rule. > > Anyone have ideas on why that's happening? > > Krista Landon > > > Were the confirmation links to http or https? What was the exact error you > got when clicking on the links? > > Thanks, > jwgh > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I am currently looking into what all might be impacted by the log4j vulnerability. I know that LISTSERV uses F-Secure Anti-Virus and that other products of F-Secure have reported having issues with log4j. Does anyone know if LISTSERV or F-Secure Anti-Virus has the log4j vulnerability? Also, if there is an issue which will need to be patched, which versions could be impacted? If it is still an unknown, then I understand, but just was curious. Thank you for your help! Have a great day!
Thank you for your time, Adam L. Arthur Enterprise Application Administrator Information Technology Services Bowling Green State University Phone: (419)-372-4945
LISTSERV itself is not affected. LISTSERV does not use Java and does not use Log4J.
With regard to Maestro, Development says:
(1) Versions of Maestro previous to 10.0 don't include Log4J, and therefore are unaffected by any Log4j vulnerabilities.
(2) Maestro 10.x does use Log4j with a version of the library that is vulnerable to CVE-2021-44228.
(3) Maestro 10.x doesn't actively use the Log4j functions that are subject to the vulnerability (it logs user agents using a different method), so we believe that, in its default configuration, Maestro 10.x is not affected by the vulnerability.
(4) However, to be absolutely certain that Maestro is not at risk, we have released a new Maestro update (10.0-4) which includes an updated, fixed version of Log4j in which the vulnerability is fixed.
F-Secure's anti-virus products (Windows Server Security and Linux Security) are not affected, only their Policy Manager which we do not supply to our customers.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Adam Arthur Sent: Tuesday, December 14, 2021 4:45 PM To: [log in to unmask] Subject: Log4j Vulnerability Check
Hello Everyone,
I am currently looking into what all might be impacted by the log4j vulnerability. I know that LISTSERV uses F-Secure Anti-Virus and that other products of F-Secure have reported having issues with log4j. Does anyone know if LISTSERV or F-Secure Anti-Virus has the log4j vulnerability? Also, if there is an issue which will need to be patched, which versions could be impacted? If it is still an unknown, then I understand, but just was curious. Thank you for your help! Have a great day!
We are Running ListServ V17. Received a response back from Support today that ListServ is unaffected.
Don't know if LSoft's posted anything yet on their website like I've seen other software developers do. Hint. Hint.
Kevin E. Zeitz Systems Engineer
Technology Services Group Carilion Clinic 451 Kimball Avenue Roanoke, VA 24016 Email: [log in to unmask]<mailto:[log in to unmask]> Phone: 540.224.4164 I Fax: 540.857.5455 I Mobile: 540.529.5969
I am installing a fresh 17.x Listserv on RHEL and I have it mostly working. One issue though is that it the listserv is not setting the from address, but instead leaving it blank. I am trying to use Sendgrid as my SMTP server and they require this field to map to an approved domain, which it is not. Can anyone guide me on how to resolve this?
ec 13 20:15:03 ip-10-10-0-224 postfix/smtp[3190]: < smtp.sendgrid.net[167.89.115.53]:587: 235 Authentication successful Dec 13 20:15:03 ip-10-10-0-224 postfix/smtp[3190]: smtp_stream_setup: maxtime=300 enable_deadline=0 Dec 13 20:15:03 ip-10-10-0-224 postfix/smtp[3190]: > smtp.sendgrid.net[167.89.115.53]:587: *MAIL FROM:<>* SIZE=10752 Dec 13 20:15:03 ip-10-10-0-224 postfix/smtp[3190]: > smtp.sendgrid.net[167.89.115.53]:587: RCPT TO:<[log in to unmask]> Dec 13 20:15:03 ip-10-10-0-224 postfix/smtp[3190]: > smtp.sendgrid.net[167.89.115.53]:587: DATA
> I am installing a fresh 17.x Listserv on RHEL and I have it mostly > working. One issue though is that it the listserv is not setting the > from address, but instead leaving it blank. I am trying to use Sendgrid > as my SMTP server and they require this field to map to an approved > domain, which it is not. Can anyone guide me on how to resolve this?
In my experience, LISTSERV usually just sent bounces that way. But Sendgrid is breaking most of the rules by rejecting such mail.
One way to prevent loops in error reporting is to specify a null reverse-path in the MAIL command of a notification message. When such a message is relayed it is permissible to leave the reverse-path null. A MAIL command with a null reverse-path appears as follows:
MAIL FROM:<>
RFC2476 (message submission), section 3.2:
Note that a null return path, that is, MAIL FROM:<>, is permitted and MUST be accepted. (MUAs need to generate null return-path messages for a variety of reasons, including disposition notifications.)
RFC1904 (DSN), section 2:
The envelope sender address of the DSN SHOULD be chosen to ensure that no delivery status reports will be issued in response to the DSN itself, and MUST be chosen so that DSNs will not generate mail loops. Whenever an SMTP transaction is used to send a DSN, the MAIL FROM command MUST use a NULL return address, i.e. "MAIL FROM:<>".
RFC1891 (DSN), section 7.1:
The DSN sender address (in the SMTP MAIL command) MUST be a null reverse-path ("<>"), as required by section 5.3.3 of [9]. The DSN recipient address (in the RCPT command) is copied from the MAIL command which accompanied the message for which the DSN is being issued. When transmitting a DSN via SMTP, the RET parameter MUST NOT be used. The NOTIFY parameter MAY be used, but its value MUST be NEVER. The ENVID parameter (with a newly generated envelope-id) and/or ORCPT parameter MAY be used.
The blank MAIL FROM is used for administrative messages from LISTSERV that should be dropped on the floor rather than returned to sender if they bounce for any reason. The point is to prevent a mailing loop starting up.
Blank MAIL FROM is *not* used for list postings, which have a return path of owner-something@NODE, where "something" can be a listname, or a listname and a token (i.e., for address probes).
As an anti-spam measure, blocking MAIL FROM:<> is worse than useless because it actively blocks legitimate mail that people have requested to have sent to them (like command confirmation requests).
Nathan
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Dennis Boone Sent: Monday, December 13, 2021 4:09 PM To: [log in to unmask] Subject: Re: Blank Mail From
> I am installing a fresh 17.x Listserv on RHEL and I have it mostly > working. One issue though is that it the listserv is not setting the > from address, but instead leaving it blank. I am trying to use Sendgrid > as my SMTP server and they require this field to map to an approved > domain, which it is not. Can anyone guide me on how to resolve this?
In my experience, LISTSERV usually just sent bounces that way. But Sendgrid is breaking most of the rules by rejecting such mail.
One way to prevent loops in error reporting is to specify a null reverse-path in the MAIL command of a notification message. When such a message is relayed it is permissible to leave the reverse-path null. A MAIL command with a null reverse-path appears as follows:
Thanks for this feedback. It's frustrating sendgrid is not honoring this. Does anyone know of an alternative to sendgrid that works well with listserv?
On Mon, Dec 13, 2021 at 4:55 PM Nathan Brindle <[log in to unmask]> wrote:
> We also have a FAQ for this. > > http://lsoft.com/manuals/lsv-faq/416CanMAILFROMonadminmailbechang.html > > The blank MAIL FROM is used for administrative messages from LISTSERV that > should be dropped on the floor rather than returned to sender if they > bounce for any reason. The point is to prevent a mailing loop starting up. > > Blank MAIL FROM is *not* used for list postings, which have a return path > of owner-something@NODE, where "something" can be a listname, or a > listname and a token (i.e., for address probes). > > As an anti-spam measure, blocking MAIL FROM:<> is worse than useless > because it actively blocks legitimate mail that people have requested to > have sent to them (like command confirmation requests). > > Nathan > > -----Original Message----- > From: LISTSERV Site Administrators' Forum <[log in to unmask]> > On Behalf Of Dennis Boone > Sent: Monday, December 13, 2021 4:09 PM > To: [log in to unmask] > Subject: Re: Blank Mail From > > > I am installing a fresh 17.x Listserv on RHEL and I have it mostly > > working. One issue though is that it the listserv is not setting the > > from address, but instead leaving it blank. I am trying to use Sendgrid > > as my SMTP server and they require this field to map to an approved > > domain, which it is not. Can anyone guide me on how to resolve this? > > In my experience, LISTSERV usually just sent bounces that way. But > Sendgrid is breaking most of the rules by rejecting such mail. > > De > > > RFC2505 (spam prevention), section 2, recommendation 6a: > > MUST NOT refuse "MAIL From: <>". > > RFC821 (SMTP), section 3.7: > > One way to prevent loops in error reporting is to specify > a null reverse-path in the MAIL command of a notification > message. When such a message is relayed it is permissible > to leave the reverse-path null. A MAIL command with a null > reverse-path appears as follows: > > MAIL FROM:<> > > RFC2476 (message submission), section 3.2: > > Note that a null return path, that is, MAIL FROM:<>, is > permitted and MUST be accepted. (MUAs need to generate null > return-path messages for a variety of reasons, including > disposition notifications.) > > RFC1904 (DSN), section 2: > > The envelope sender address of the DSN SHOULD be chosen to > ensure that no delivery status reports will be issued in > response to the DSN itself, and MUST be chosen so that DSNs > will not generate mail loops. Whenever an SMTP transaction > is used to send a DSN, the MAIL FROM command MUST use a NULL > return address, i.e. "MAIL FROM:<>". > > RFC1891 (DSN), section 7.1: > > The DSN sender address (in the SMTP MAIL command) MUST be a > null reverse-path ("<>"), as required by section 5.3.3 of [9]. > The DSN recipient address (in the RCPT command) is copied from > the MAIL command which accompanied the message for which the > DSN is being issued. When transmitting a DSN via SMTP, the RET > parameter MUST NOT be used. The NOTIFY parameter MAY be used, > but its value MUST be NEVER. The ENVID parameter (with a newly > generated envelope-id) and/or ORCPT parameter MAY be used. > > RFC1123 (requirements for internet hosts), section 5.2.9: > > The syntax shown in RFC-821 for the MAIL FROM: command omits > the case of an empty path: "MAIL FROM: <>" (see RFC-821 > Page 15). An empty reverse path MUST be supported. > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
My company's IT security folks are concerned that ListServ 16.5 may send password changes "in the clear" through unencrypted email, or that users could send passwords change requests, via email, to the server (not encrypted).
We're using the ListServ on Windows. Does this ever happen, and if so is it possible for any password changes / requests to be initiated through the web interface only, and that it won't accept users trying to change PW via a mail command, and/or won't send passwords unencrypted via email?
Assuming that your email clients and servers are using TLS the password updates are being end-to-end encrypted by the mail system. Note that listserv does not send password changes, it only receives them. However, anyone able to log in to the listserv user account can see password updates.
> On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask]> wrote: > > My company's IT security folks are concerned that ListServ 16.5 may send password changes "in the clear" through unencrypted email, or that users could send passwords change requests, via email, to the server (not encrypted). > > We're using the ListServ on Windows. Does this ever happen, and if so is it possible for any password changes / requests to be initiated through the web interface only, and that it won't accept users trying to change PW via a mail command, and/or won't send passwords unencrypted via email? > > Krista Landon > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
I tried the command REP PW XXXXX and REP password XXXXX and even REP XXXXX and all said "unknown command". I must be using the wrong command or wrong syntax. So it is possible for a user to initiate the change by sending the command, with the password, in the email, correct? Is there any way to not allow that and to require them to go to the website to initiate that change?
Krista
On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask]> wrote:
> Assuming that your email clients and servers are using TLS the password > updates are being end-to-end encrypted by the mail system. Note that > listserv does not send password changes, it only receives them. However, > anyone able to log in to the listserv user account can see password updates. > > On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask]> wrote: > > My company's IT security folks are concerned that ListServ 16.5 may send > password changes "in the clear" through unencrypted email, or that users > could send passwords change requests, via email, to the server (not > encrypted). > > We're using the ListServ on Windows. Does this ever happen, and if so is > it possible for any password changes / requests to be initiated through the > web interface only, and that it won't accept users trying to change PW via > a mail command, and/or won't send passwords unencrypted via email? > > Krista Landon > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Krista Sent: Monday, December 13, 2021 12:34 PM To: [log in to unmask] Subject: Re: Passwords (do they get sent unencrypted)?
I tried the command REP PW XXXXX and REP password XXXXX and even REP XXXXX and all said "unknown command". I must be using the wrong command or wrong syntax. So it is possible for a user to initiate the change by sending the command, with the password, in the email, correct? Is there any way to not allow that and to require them to go to the website to initiate that change?
Krista
On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask]<mailto:[log in to unmask]>> wrote: Assuming that your email clients and servers are using TLS the password updates are being end-to-end encrypted by the mail system. Note that listserv does not send password changes, it only receives them. However, anyone able to log in to the listserv user account can see password updates.
On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask]<mailto:[log in to unmask]>> wrote:
My company's IT security folks are concerned that ListServ 16.5 may send password changes "in the clear" through unencrypted email, or that users could send passwords change requests, via email, to the server (not encrypted).
We're using the ListServ on Windows. Does this ever happen, and if so is it possible for any password changes / requests to be initiated through the web interface only, and that it won't accept users trying to change PW via a mail command, and/or won't send passwords unencrypted via email?
The command is just PW, not REP PW, and you only enter the new one. I don’t know of a way to prevent users from updating their password, but perhaps someone else does.
> On Dec 13, 2021, at 12:33 PM, Krista <[log in to unmask]> wrote: > > I tried the command REP PW XXXXX and REP password XXXXX and even REP XXXXX and all said "unknown command". I must be using the wrong command or wrong syntax. > So it is possible for a user to initiate the change by sending the command, with the password, in the email, correct? Is there any way to not allow that and to require them to go to the website to initiate that change? > > Krista > > On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask] <mailto:[log in to unmask]>> wrote: > Assuming that your email clients and servers are using TLS the password updates are being end-to-end encrypted by the mail system. Note that listserv does not send password changes, it only receives them. However, anyone able to log in to the listserv user account can see password updates. > >> On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask] <mailto:[log in to unmask]>> wrote: >> >> My company's IT security folks are concerned that ListServ 16.5 may send password changes "in the clear" through unencrypted email, or that users could send passwords change requests, via email, to the server (not encrypted). >> >> We're using the ListServ on Windows. Does this ever happen, and if so is it possible for any password changes / requests to be initiated through the web interface only, and that it won't accept users trying to change PW via a mail command, and/or won't send passwords unencrypted via email? >> >> Krista Landon >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
Your IT can disable non-TLS inbound email. That way the entire message, including the password, will be encrypted. This is an easy setting on the mail server; just disable the unencrypted email port. They should do that anyway, because I’m sure there is a huge amount of email both coming and going that includes company-proprietary content.
Larry
> On Dec 13, 2021, at 12:33 PM, Krista <[log in to unmask]> wrote: > > I tried the command REP PW XXXXX and REP password XXXXX and even REP XXXXX and all said "unknown command". I must be using the wrong command or wrong syntax. > So it is possible for a user to initiate the change by sending the command, with the password, in the email, correct? Is there any way to not allow that and to require them to go to the website to initiate that change? > > Krista > > On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask] <mailto:[log in to unmask]>> wrote: > Assuming that your email clients and servers are using TLS the password updates are being end-to-end encrypted by the mail system. Note that listserv does not send password changes, it only receives them. However, anyone able to log in to the listserv user account can see password updates. > >> On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask] <mailto:[log in to unmask]>> wrote: >> >> My company's IT security folks are concerned that ListServ 16.5 may send password changes "in the clear" through unencrypted email, or that users could send passwords change requests, via email, to the server (not encrypted). >> >> We're using the ListServ on Windows. Does this ever happen, and if so is it possible for any password changes / requests to be initiated through the web interface only, and that it won't accept users trying to change PW via a mail command, and/or won't send passwords unencrypted via email? >> >> Krista Landon >> >> To unsubscribe from the LSTSRV-L list, click the following link: >> http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
You probably don't want to do that, because it will also reject non-restricted list mail from non-TLS hosts. Not everyone uses TLS at this point. It's just a fact of life. And that's what opportunistic TLS is for.
For more information about SMTP TLS and LISTSERV, see http://lsoft.com/manuals/lsv-faq/447SMTPTLSandLISTSERV.html
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Lawrence Finch Sent: Monday, December 13, 2021 12:47 PM To: [log in to unmask] Subject: Re: Passwords (do they get sent unencrypted)?
Your IT can disable non-TLS inbound email. That way the entire message, including the password, will be encrypted. This is an easy setting on the mail server; just disable the unencrypted email port. They should do that anyway, because I’m sure there is a huge amount of email both coming and going that includes company-proprietary content.
Larry
On Dec 13, 2021, at 12:33 PM, Krista <[log in to unmask]<mailto:[log in to unmask]>> wrote:
I tried the command REP PW XXXXX and REP password XXXXX and even REP XXXXX and all said "unknown command". I must be using the wrong command or wrong syntax. So it is possible for a user to initiate the change by sending the command, with the password, in the email, correct? Is there any way to not allow that and to require them to go to the website to initiate that change?
Krista
On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask]<mailto:[log in to unmask]>> wrote: Assuming that your email clients and servers are using TLS the password updates are being end-to-end encrypted by the mail system. Note that listserv does not send password changes, it only receives them. However, anyone able to log in to the listserv user account can see password updates.
Thank you both. This is great information. We may want to do this as all email that goes to our ListServ at this point is from internal network email accounts only (though we have some external subscribers, who are manually maintained).
I'll talk to the security folks and see just how much they really want this locked down.
Krista
On Mon, Dec 13, 2021 at 1:07 PM Nathan Brindle <[log in to unmask]> wrote:
> You probably don't want to do that, because it will also reject > non-restricted list mail from non-TLS hosts. Not everyone uses TLS at this > point. It's just a fact of life. And that's what opportunistic TLS is for. > > > > For more information about SMTP TLS and LISTSERV, see > http://lsoft.com/manuals/lsv-faq/447SMTPTLSandLISTSERV.html > > > > *From:* LISTSERV Site Administrators' Forum <[log in to unmask]> > *On Behalf Of *Lawrence Finch > *Sent:* Monday, December 13, 2021 12:47 PM > *To:* [log in to unmask] > *Subject:* Re: Passwords (do they get sent unencrypted)? > > > > Your IT can disable non-TLS inbound email. That way the entire message, > including the password, will be encrypted. This is an easy setting on the > mail server; just disable the unencrypted email port. They should do that > anyway, because I’m sure there is a huge amount of email both coming and > going that includes company-proprietary content. > > > > Larry > > > > On Dec 13, 2021, at 12:33 PM, Krista <[log in to unmask]> wrote: > > > > I tried the command REP PW XXXXX and REP password XXXXX and even REP > XXXXX and all said "unknown command". I must be using the wrong command or > wrong syntax. > > So it is possible for a user to initiate the change by sending the > command, with the password, in the email, correct? Is there any way to not > allow that and to require them to go to the website to initiate that change? > > Krista > > > > On Mon, Dec 13, 2021 at 11:55 AM Lawrence Finch <[log in to unmask]> > wrote: > > Assuming that your email clients and servers are using TLS the password > updates are being end-to-end encrypted by the mail system. Note that > listserv does not send password changes, it only receives them. However, > anyone able to log in to the listserv user account can see password updates. > > > > On Dec 13, 2021, at 11:33 AM, Krista <[log in to unmask]> wrote: > > > > My company's IT security folks are concerned that ListServ 16.5 may send > password changes "in the clear" through unencrypted email, or that users > could send passwords change requests, via email, to the server (not > encrypted). > > > > We're using the ListServ on Windows. Does this ever happen, and if so is > it possible for any password changes / requests to be initiated through the > web interface only, and that it won't accept users trying to change PW via > a mail command, and/or won't send passwords unencrypted via email? > > > > Krista Landon > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > > > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
I recently upgraded to Listserv V17.0, and have had a few issues with the Web Interface, specifically with Subscriber Reports and Subscriber Management. The Subscriber Management issue is for a specific list, when the Owner or myself (the Listserv Admin) try to go to the Subscriber Management for that list, we get:
Error - template TEXT-GLOBAL not found A configuration error was detected in the CGI script; the TEXT-GLOBAL template could not be found. Error - template TEXT-ACTMGR not found A configuration error was detected in the CGI script; the TEXT-ACTMGR template could not be found. Error - template LAYOUT-GLOBAL not found A configuration error was detected in the CGI script; the LAYOUT-GLOBAL template could not be found.
Did I miss something in the upgrade, or are there templates that I need to download or create?
Thanks,
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
Since a specific mailing list is affected by this, my guess is that the listowner customized one or more of the web templates for the mailing list, in a way that is not compatible with LISTSERV 17.0.
If you go under ‘List Management’ to ‘Web Templates’ for this mailing list, select ‘All Templates’ as the template category, check the ‘Only Display Modified Templates’ option, and click on ’Select’, then you should see a list of customized templates at the bottom of the page. You can cause a template to revert to the default version by clicking on it, then clicking the ‘Revert’ button on the next page.
-jwgh
> On Dec 8, 2021, at 7:19 PM, Steven J Depinet <[log in to unmask]> wrote: > > Greetings, > > I recently upgraded to Listserv V17.0, and have had a few issues with the Web Interface, specifically with Subscriber Reports and Subscriber Management. The Subscriber Management issue is for a specific list, when the Owner or myself (the Listserv Admin) try to go to the Subscriber Management for that list, we get: > > Error - template TEXT-GLOBAL not found > > A configuration error was detected in the CGI script; the TEXT-GLOBAL template could not be found. > Error - template TEXT-ACTMGR not found > > A configuration error was detected in the CGI script; the TEXT-ACTMGR template could not be found. > Error - template LAYOUT-GLOBAL not found > > A configuration error was detected in the CGI script; the LAYOUT-GLOBAL template could not be found. > > > Did I miss something in the upgrade, or are there templates that I need to download or create? > > Thanks, > > Steven J Depinet Systems Administrator, Sr. > [log in to unmask] <mailto:[log in to unmask]> > Information Technology Services > (928) 523-6843Northern Arizona University > > > > > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
MANY thanks for the direct. I was able to find the offending Template, and identified those 3 missing templates. I may need to go back to the release notes to see if they have been replaced or renamed, I do see some similarly named templates. So even though I know nothing about Listserv Web Templates, I believe that I can help the List Owner determine the best course of action based on what you’ve said.
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
On Dec 8, 2021, at 9:40 PM, Jacob Haller <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Since a specific mailing list is affected by this, my guess is that the listowner customized one or more of the web templates for the mailing list, in a way that is not compatible with LISTSERV 17.0.
If you go under ‘List Management’ to ‘Web Templates’ for this mailing list, select ‘All Templates’ as the template category, check the ‘Only Display Modified Templates’ option, and click on ’Select’, then you should see a list of customized templates at the bottom of the page. You can cause a template to revert to the default version by clicking on it, then clicking the ‘Revert’ button on the next page.
-jwgh
On Dec 8, 2021, at 7:19 PM, Steven J Depinet <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Greetings,
I recently upgraded to Listserv V17.0, and have had a few issues with the Web Interface, specifically with Subscriber Reports and Subscriber Management. The Subscriber Management issue is for a specific list, when the Owner or myself (the Listserv Admin) try to go to the Subscriber Management for that list, we get:
I am looking to get some feedback on an issue with a new v17 List server I have built.
Config of List Server: Windows 2019 Server Listserv v17 IIS version 10
When I test to bring up the archives page from a separate server https://List_server/scripts/wa.exe I continually get prompted to download the wa.exe file rather than it been executed.
[cid:image003.png@01D7B60B.7A65DAF0]
The List server has been built as per the documentation and built with the correct permissions, but the symptom seems IIS related so I am checking if people have been using a similar configuration to myself i.e. IIS v10 on Windows server 2019 and its working as expected,
Not having the issue that you describe. Just implemented ListServ V17 on a brand new 2019 Windows server.
[cid:a06f7abc-780e-46ec-901a-868452c9d593]
Kevin E. Zeitz Systems Engineer
Technology Services Group Carilion Clinic 451 Kimball Avenue Roanoke, VA 24016 Email: [log in to unmask]<mailto:[log in to unmask]> Phone: 540.224.4164 I Fax: 540.857.5455 I Mobile: 540.529.5969
Thanks for the responses with this - not quite there yet but making progress,
regards
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Landon, Krista J Sent: Thursday, 30 September 2021 9:39 PM To: [log in to unmask] Subject: Re: Listserv v17\ IIS 10 configuration issue
You don't often get email from [log in to unmask]<mailto:[log in to unmask]>. Learn why this is important<http://aka.ms/LearnAboutSenderIdentification>
[External Email] This email was sent from outside the organisation - be cautious, particularly with links and attachments. I had that problem and if I remember correctly, it turned out to be a folder permissions issue.
We’re running Listserv V16.0/V16.5 on RedHat 6 (RHEL6), which is scheduled for upgrade to Listserv V17.0, and RHEL7.
I have a list on Listserv that is Moderated, with Moderator=All,addr1,addr2,addr3, and Send= Editor,Hold,Confirm. The moderators are the same as the Editors. A couple of times recently, they got an attempt to post, from outside the University, and each Moderator received the Notification that there was a message to be moderated, but when they go to the List Moderation Web Page, there is no message to be confirmed or denied.
First question is: How long do messages remain viable to be Released or Denied? The manual says that they time out, but I have been unable to find where this limit is specified (or set).
Second, Why would a message not be listed, even though still viable? A message was waiting for Moderation, but not visible in the List Moderation page, andaccidentally released by a click on the link in the message that a Moderator received. The person who clicked has full Listserv Administration permissions, but did not realize that the click would release the message, they thought it would take them to the Moderation page (they had received a copy of the request for release from one of the Moderators).
How do I identify when a message has expired in the Listserv log? I see the message come in, a message to each Moderator, and one the the original sender, but if no Moderator releases the message, how do I determine that it has expired, based on the log?
On Sep 29, 2021, at 7:27 PM, Steven J Depinet <[log in to unmask]> wrote:
> Greetings, > > We’re running Listserv V16.0/V16.5 on RedHat 6 (RHEL6), which is scheduled for upgrade to Listserv V17.0, and RHEL7. > > I have a list on Listserv that is Moderated, with Moderator=All,addr1,addr2,addr3, and Send= Editor,Hold,Confirm. The moderators are the same as the Editors. A couple of times recently, they got an attempt to post, from outside the University, and each Moderator received the Notification that there was a message to be moderated, but when they go to the List Moderation Web Page, there is no message to be confirmed or denied. > > First question is: How long do messages remain viable to be Released or Denied? The manual says that they time out, but I have been unable to find where this limit is specified (or set).
One week. This period of time can be increased but not decreased — see http://www.lsoft.com/manuals/17.0/listkwd/kConfirmDelay.html for details.
> Second, Why would a message not be listed, even though still viable? A message was waiting for Moderation, but not visible in the List Moderation page, andaccidentally released by a click on the link in the message that a Moderator received. The person who clicked has full Listserv Administration permissions, but did not realize that the click would release the message, they thought it would take them to the Moderation page (they had received a copy of the request for release from one of the Moderators).
If a message isn’t listed on the moderation page, that typically would mean one the following.
Thanks for the replies. I personally am not the Moderator of that list, and so when I go to the “List Moderation” page, do not see the post, but I do get the “Search Options:” with “All Moderated Lists”, and when I check that and hit “refresh”, get the “All Moderators” Checkbox. And, when I check that box (“All Moderators”), and hit “Refresh”, I see the message that seemed to disappear. And am able to discard that message.
However, the Moderator, who claims to be logged into Listserv with the email address that is listed as a Moderator in the List Header, not only does not see the message, he also does not have the “Search Options:” . Either in “Basic Mode”, or in “Expert Mode”. I did not have him try Tutorial Mode, as I have the “Search Options:” in either Basic or Expert Mode. So, How do I get that feature for the List Moderator? Or, is it limited to Admins?
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
On Sep 30, 2021, at 8:09 AM, Jacob Haller <[log in to unmask]<mailto:[log in to unmask]>> wrote:
On Sep 29, 2021, at 7:27 PM, Steven J Depinet <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Greetings,
We’re running Listserv V16.0/V16.5 on RedHat 6 (RHEL6), which is scheduled for upgrade to Listserv V17.0, and RHEL7.
I have a list on Listserv that is Moderated, with Moderator=All,addr1,addr2,addr3, and Send= Editor,Hold,Confirm. The moderators are the same as the Editors. A couple of times recently, they got an attempt to post, from outside the University, and each Moderator received the Notification that there was a message to be moderated, but when they go to the List Moderation Web Page, there is no message to be confirmed or denied.
On Sep 30, 2021, at 2:46 PM, Steven J Depinet <[log in to unmask]> wrote:
> Jacob & Bill, > > Thanks for the replies. I personally am not the Moderator of that list, and so when I go to the “List Moderation” page, do not see the post, but I do get the “Search Options:” with “All Moderated Lists”, and when I check that and hit “refresh”, get the “All Moderators” Checkbox. And, when I check that box (“All Moderators”), and hit “Refresh”, I see the message that seemed to disappear. And am able to discard that message. > > However, the Moderator, who claims to be logged into Listserv with the email address that is listed as a Moderator in the List Header, not only does not see the message, he also does not have the “Search Options:” . Either in “Basic Mode”, or in “Expert Mode”. I did not have him try Tutorial Mode, as I have the “Search Options:” in either Basic or Expert Mode. So, How do I get that feature for the List Moderator? Or, is it limited to Admins?
If the message was sent to them for moderation, and has not yet been approved or rejected, then it should show up on the moderation page when they logged in — so I recommend making extra sure that the email address in the ‘Moderator=‘ setting matches exactly the one that they are using when they are logging into LISTSERV’s web interface. If someone has two similar but distinct email addresses, then this sort of thing can be easy to overlook.
Thanks again for your attention, especially, Jacob,
Could that “difference” in email addresses go so far as to including case sensitivity?
Ie: In the list header, the Moderator= All,[log in to unmask]<mailto:[log in to unmask]>,[log in to unmask]<mailto:[log in to unmask]>, etc. is specified with the first letter of his name capitalized, and the Listserv log shows the confirmation request being sent to [log in to unmask]<mailto:[log in to unmask]>. However, when he logged into the Web Interface, he signed in as: [log in to unmask]<mailto:[log in to unmask]>, which is also reflected in the Listserv log. So his X-LOGIN was all lowercase, but the Moderator keyword uses capital letters for the first letter of his first name and the first letter of his last hame. I’ve confirmed that Listserv doesn’t care about case sensitivity while logging in, but does it matter when comparing to the Moderator keyword?
That case difference is the only one that I can find… When I login, as [log in to unmask]<mailto:[log in to unmask]>, I seem to get the same treatment as I do when I login as [log in to unmask]<mailto:[log in to unmask]>, as I would expect… But the log does show the difference.
I still don’t understand why he doesn’t get the “Search Options”...
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
On Sep 30, 2021, at 4:39 PM, Jacob Haller <[log in to unmask]<mailto:[log in to unmask]>> wrote:
On Sep 30, 2021, at 2:46 PM, Steven J Depinet <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Jacob & Bill,
Thanks for the replies. I personally am not the Moderator of that list, and so when I go to the “List Moderation” page, do not see the post, but I do get the “Search Options:” with “All Moderated Lists”, and when I check that and hit “refresh”, get the “All Moderators” Checkbox. And, when I check that box (“All Moderators”), and hit “Refresh”, I see the message that seemed to disappear. And am able to discard that message.
On Sep 30, 2021, at 8:38 PM, Steven J Depinet <[log in to unmask]> wrote:
> Thanks again for your attention, especially, Jacob, > > Could that “difference” in email addresses go so far as to including case sensitivity? > > Ie: In the list header, the Moderator= All,[log in to unmask] <mailto:[log in to unmask]>,[log in to unmask] <mailto:[log in to unmask]>, etc. is specified with the first letter of his name capitalized, and the Listserv log shows the confirmation request being sent to [log in to unmask] <mailto:[log in to unmask]>. > However, when he logged into the Web Interface, he signed in as: [log in to unmask] <mailto:[log in to unmask]>, which is also reflected in the Listserv log. So his X-LOGIN was all lowercase, but the Moderator keyword uses capital letters for the first letter of his first name and the first letter of his last hame. I’ve confirmed that Listserv doesn’t care about case sensitivity while logging in, but does it matter when comparing to the Moderator keyword?
In some circumstances, LISTSERV does pay attention to the case of an email address’s local part (that is, the part before the @), as the relevant standards do consider email addresses to potentially be distinct even if they only differ by case. (The domain part of the email address is required to be treated case insensitively, though.)
With that said, I wouldn’t expect LISTSERV to care about the case of a logged-in email address, in terms of determining what rights that address has.
With that said, I think it’s worth trying out changing the ‘Moderator=‘ setting so that the email address’s case matches what they’re using when they log in, to see if that fixes the problem. If it does, then great — and, if not, then you’ve at least eliminated that as a possible factor. They might have to log out and back in after you make the change.
Thanks for that info and suggestion, I was planning on trying that. Not that it matters past this evening (I’m upgrading to V17.0 tonight after business hours), but the “Search Options:” is the header above "All Moderated Lists”, and (after clicking on that, and hitting “Refresh”), “All Moderators”."
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
On Oct 1, 2021, at 8:10 AM, Jacob Haller <[log in to unmask]<mailto:[log in to unmask]>> wrote:
On Sep 30, 2021, at 8:38 PM, Steven J Depinet <[log in to unmask]<mailto:[log in to unmask]>> wrote:
Thanks again for your attention, especially, Jacob,
Could that “difference” in email addresses go so far as to including case sensitivity?
Ie: In the list header, the Moderator= All,[log in to unmask]<mailto:[log in to unmask]>,[log in to unmask]<mailto:[log in to unmask]>, etc. is specified with the first letter of his name capitalized, and the Listserv log shows the confirmation request being sent to [log in to unmask]<mailto:[log in to unmask]>. However, when he logged into the Web Interface, he signed in as: [log in to unmask]<mailto:[log in to unmask]>, which is also reflected in the Listserv log. So his X-LOGIN was all lowercase, but the Moderator keyword uses capital letters for the first letter of his first name and the first letter of his last hame. I’ve confirmed that Listserv doesn’t care about case sensitivity while logging in, but does it matter when comparing to the Moderator keyword?
In some circumstances, LISTSERV does pay attention to the case of an email address’s local part (that is, the part before the @), as the relevant standards do consider email addresses to potentially be distinct even if they only differ by case. (The domain part of the email address is required to be treated case insensitively, though.)
... someone correct me if I'm wrong; but, there's no way to configure a list to adhere to the designation of "to", "cc", and "bcc" correct?
I know when working with SMTP over Telnet, to use a "bcc" you need to define it in the RCPT TO: call; but the topic of discussion came up today and we're finding little to no information out there on whether or not this is feasible to turn on.
This has just come up at my site, as well. The sender Bcc’s the list, which allows subscribers to post, and Reply All's go to the list. Even though the list is configured with Reply-To=Sender. In my mind, people who hit Reply-all should be taught better…
I have a device that would teach that, but have been not allowed to implement that device.
Steven J Depinet Systems Administrator, Sr. [log in to unmask]<mailto:[log in to unmask]> Information Technology Services (928) 523-6843Northern Arizona University
On Aug 30, 2021, at 10:01 PM, Mills, Douglas <[log in to unmask]<mailto:[log in to unmask]>> wrote:
… someone correct me if I’m wrong; but, there’s no way to configure a list to adhere to the designation of “to”, “cc”, and “bcc” correct?
I know when working with SMTP over Telnet, to use a “bcc” you need to define it in the RCPT TO: call; but the topic of discussion came up today and we’re finding little to no information out there on whether or not this is feasible to turn on.
> … someone correct me if I’m wrong; but, there’s no way to configure a list to adhere to the > designation of “to”, “cc”, and “bcc” correct? > > I know when working with SMTP over Telnet, to use a “bcc” you need to define it in the > RCPT TO: call; but the topic of discussion came up today and we’re finding little to no > information out there on whether or not this is feasible to turn on.
It sounds like you're expecting LISTSERV to behave like a mail user agent (also called an email client). LISTSERV is *not* an MUA, it doesn't care about CC: or BCC: fields and will not act upon them in any way. It only looks for a listname in the TO: field, an author address in the FROM: field, and the sender's address in the SENDER: field. That's why it will, by default, drop those entirely when distributing list posts.
If you absolutely must preserve the CC: and BCC: fields then you'll need to set all the list subscribers to IETF Headers and LISTSERV will keep them in the messages it distributes to subscribers. But, it won't send a copy of the list post to any addresses in those fields, unless they also happen to be subscribers, too. In a similar vein, if a CC: or BCC: recipient tries to Reply-All their message will only be posted to the list if the Send= keyword is configured to allow non-subscribers.
As with any list header change, it would have to be done one list at a time for each list in question. There is no bulk/global replace feature for keyword settings. I would suggest you contact support for assistance.
Nathan
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of David Collantes Sent: Wednesday, July 07, 2021 1:05 PM To: [log in to unmask] Subject: Modifying a setting for all mailing lists
Hi everyone!
I would like to enable "Change-Log" in all our mailing lists (~ 600). Is there a way to accomplish that in bulk and, if so, how?
Hope it will be a quick question. Is there any Listserv 17 official manual on LSoft?
There is 'LISTSERV 16.0 List Owner's Manual' at http://www.lsoft.com/resources/manuals.asp but not for 17.0. I became aware of it only after a user asked me. Or I should refer to the 16.0 manual as sufficient?
At this time, yes, the 16.0 manual is the one we have, and other than the web interface differences from 16.x to 17.0, it should cover most everyday issues a list owner would encounter.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Shinn Wu Sent: Tuesday, July 06, 2021 9:08 PM To: [log in to unmask] Subject: Owner's Manual
Hello,
Hope it will be a quick question. Is there any Listserv 17 official manual on LSoft?
There is 'LISTSERV 16.0 List Owner's Manual' at http://www.lsoft.com/resources/manuals.asp but not for 17.0. I became aware of it only after a user asked me. Or I should refer to the 16.0 manual as sufficient?
I would like to remove a particular owner from 40+ lists on our server and add another individual as an owner to those lists. I imagine there must be a way to do this without manually editing the configuration file of every list, but I haven't been able to find a command to do so. Any guidance will be much appreciated. Thanks.
I think for this time you will have to do it manually, for each list. But I suggest that, before you do that, set up a list that has only the owner(s) subscribed to it, then add that list as the owner for those 40 lists. If the owner changes in the future, you will only have to edit that one list’s subscribers.
For example, a new list would be created on the same host - OwnersOfManyLists@ <mailto:[log in to unmask]>peddie.org. The only subscribers would be the list owners. The headers for all of their lists would include:
Owner= (OwnersOfManyLists)
Good luck!
Karen Reznek [log in to unmask] (L, not 1)
On Jun 30, 2021, at 2:05 PM, Rebecca Reuter <[log in to unmask]> wrote:
I would like to remove a particular owner from 40+ lists on our server and add another individual as an owner to those lists. I imagine there must be a way to do this without manually editing the configuration file of every list, but I haven't been able to find a command to do so. Any guidance will be much appreciated. Thanks.
I would recommend that you open a support ticket. I know the support engineers can assist you with this.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Rebecca Reuter Sent: Wednesday, June 30, 2021 2:05 PM To: [log in to unmask] Subject: Adding/Deleting an Owner to Multiple Lists
I would like to remove a particular owner from 40+ lists on our server and add another individual as an owner to those lists. I imagine there must be a way to do this without manually editing the configuration file of every list, but I haven't been able to find a command to do so. Any guidance will be much appreciated. Thanks.
On Wed, 30 Jun 2021 14:05:06 -0400, Rebecca Reuter <[log in to unmask]> wrote:
> I imagine there must be a way to do this without manually editing the configuration file of every list, >but I haven't been able to find a command to do so.
There isn't such a command. But there is a way to SAFELY do a bulk edit/replace of all list headers/list confgurations using tools outside of LISTSERV. I wrote this up a long time ago.
See Tech Tip Issue 1, 2011 Time-saving Hints and Tips that LISTSERV Site Admins may not know? http://www.lsoft.com/news/techtipLSV-issue1-2011-us.asp
Look at Tip #2
This Tech Tip briefly describes how to use 'TexRep' (a freeware bulk text replacement editor) and an L-Soft command script (LIST-TEXT.CMD) to convert your *.LIST files to an editable text format, copy them to an adjacent directory where they can be bulk-sdited with 'TexRep' to make the desired replacements.
Note: the URL to download the LIST-TEXT.zip file from L-Soft also contains the whitepaper BulkEditListHeaders.pdf with detailed step-by-step instructions on how to do this.
Thanks to everyone who responded to my question. I successfully used the method Ben Parker referenced (http://www.lsoft.com/news/techtipLSV-issue1-2011-us.asp), and will now also create the list of list owners as suggested to avoid the issue in the future. I appreciate your help!
I have our older version of ListServ HPO 16 but our server admin had patched it and it seems he didn't keep the patch. We're trying to complete a server move Before getting approval to upgrade to 17 and we need that patch. Where can I download older versions of the software?
Is there a way to exempt a subscriber from having to confirm their post, on a "send,confirm" list? The use case is to have automation emails delivered (exempt, special subscriber) without confirmation, while forcing everyone else to confirm.
Haven't tried this, bit how about making them a hidden moderator=
On June 25, 2021 3:25:37 PM EDT, David Collantes <[log in to unmask]> wrote: >Howdy y'all! > >Is there a way to exempt a subscriber from having to confirm their >post, on a "send,confirm" list? The use case is to have automation >emails delivered (exempt, special subscriber) without confirmation, >while forcing everyone else to confirm. > >TIA, > >-- >David Collantes, Systems Engineer III, UCF IT >Work: 407-823-3418 | Mobile: 407-484-7171 >UCF emails are public record. > >############################ > >To unsubscribe from the LSTSRV-L list: >write to: mailto:[log in to unmask] >or click the following link: >https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpeach.ease.lsoft.com%2Fscripts%2Fwa-PEACH.exe%3FSUBED1%3DLSTSRV-L%26A%3D1&data=04%7C01%7CPete-Weiss%40PSU.EDU%7C2ac9807bb2da42e3335808d9380f0558%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637602459438135147%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=F%2BGbCz7slRzSdNTeHE%2Bg4A83p6HYHy4SooTI5DJr%2BLE%3D&reserved=0
Good try! Sadly, it doesn't work. They still get the confirmations, plus anything else requiring moderator's attention-which for an automation account will not work.
Have you tried setting that subscriber to User May Bypass Moderation in the Miscellaneous section?
Thanks, Mike Grosshandler Information Technology Services University at Albany
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of David Collantes Sent: Friday, June 25, 2021 4:09 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
Good try! Sadly, it doesn't work. They still get the confirmations, plus anything else requiring moderator's attention-which for an automation account will not work.
Moderation is not the same thing as Confirm. The idea behind Confirm is that subscribers are required to confirm that yes, they sent the post to the list, before it can be processed. If the list is Send= Editor,Confirm, then the subscriber still must confirm the message before it goes to the editor for final approval. Even editors and moderators must confirm their own posts to the list when it's set that way. This is documented - see the section on Send= in the list keyword manual, http://lsoft.com/manuals/17.0/listkwd/kSend.html .
There are no exceptions. The only way to stop requiring users to confirm their own posts is to remove ,Confirm from the Send= keyword, which has its own ramifications (makes it easier for people to spoof mail under other subscribers' addresses, since there's no requirement for the actual owner of the address to confirm their own messages).
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Grosshandler, Mike S Sent: Friday, June 25, 2021 4:23 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
Have you tried setting that subscriber to User May Bypass Moderation in the Miscellaneous section?
Thanks, Mike Grosshandler Information Technology Services University at Albany
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of David Collantes Sent: Friday, June 25, 2021 4:09 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
Good try! Sadly, it doesn't work. They still get the confirmations, plus anything else requiring moderator's attention-which for an automation account will not work.
Can this person make a superlist with just a subscription for automation account and remove confirm from the superlist?
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, June 25, 2021 1:58 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
CAUTION: [External Email] This email originated from outside of our DIR organization. Do not click links or open attachments unless you recognize the sender and know the content is expected and is safe. If in doubt reach out and check with the sender by phone.
Moderation is not the same thing as Confirm. The idea behind Confirm is that subscribers are required to confirm that yes, they sent the post to the list, before it can be processed. If the list is Send= Editor,Confirm, then the subscriber still must confirm the message before it goes to the editor for final approval. Even editors and moderators must confirm their own posts to the list when it's set that way. This is documented - see the section on Send= in the list keyword manual, http://lsoft.com/manuals/17.0/listkwd/kSend.html .
There are no exceptions. The only way to stop requiring users to confirm their own posts is to remove ,Confirm from the Send= keyword, which has its own ramifications (makes it easier for people to spoof mail under other subscribers' addresses, since there's no requirement for the actual owner of the address to confirm their own messages).
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Grosshandler, Mike S Sent: Friday, June 25, 2021 4:23 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: Exempting a subscriber from confirmation
I think that would work, but note that the mail would then come from the super-list, not from the sub-list (i.e., the list where all the people are actually subscribed), which might be confusing to some folks.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Tunik, Arthur@DIR Sent: Friday, June 25, 2021 5:06 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
Can this person make a superlist with just a subscription for automation account and remove confirm from the superlist?
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, June 25, 2021 1:58 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
CAUTION: [External Email] This email originated from outside of our DIR organization. Do not click links or open attachments unless you recognize the sender and know the content is expected and is safe. If in doubt reach out and check with the sender by phone.
Moderation is not the same thing as Confirm. The idea behind Confirm is that subscribers are required to confirm that yes, they sent the post to the list, before it can be processed. If the list is Send= Editor,Confirm, then the subscriber still must confirm the message before it goes to the editor for final approval. Even editors and moderators must confirm their own posts to the list when it's set that way. This is documented - see the section on Send= in the list keyword manual, http://lsoft.com/manuals/17.0/listkwd/kSend.html .
There are no exceptions. The only way to stop requiring users to confirm their own posts is to remove ,Confirm from the Send= keyword, which has its own ramifications (makes it easier for people to spoof mail under other subscribers' addresses, since there's no requirement for the actual owner of the address to confirm their own messages).
Yes, and I guess the superlist would then be susceptible to the spoofing of the automation account address as sender.
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Nathan Brindle Sent: Friday, June 25, 2021 2:25 PM To: [log in to unmask] Subject: Re: Exempting a subscriber from confirmation
CAUTION: [External Email] This email originated from outside of our DIR organization. Do not click links or open attachments unless you recognize the sender and know the content is expected and is safe. If in doubt reach out and check with the sender by phone.
I think that would work, but note that the mail would then come from the super-list, not from the sub-list (i.e., the list where all the people are actually subscribed), which might be confusing to some folks.
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Tunik, Arthur@DIR Sent: Friday, June 25, 2021 5:06 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: Exempting a subscriber from confirmation
Can this person make a superlist with just a subscription for automation account and remove confirm from the superlist?
From: LISTSERV Site Administrators' Forum <[log in to unmask]<mailto:[log in to unmask]>> On Behalf Of Nathan Brindle Sent: Friday, June 25, 2021 1:58 PM To: [log in to unmask]<mailto:[log in to unmask]> Subject: Re: Exempting a subscriber from confirmation
CAUTION: [External Email] This email originated from outside of our DIR organization. Do not click links or open attachments unless you recognize the sender and know the content is expected and is safe. If in doubt reach out and check with the sender by phone.
Moderation is not the same thing as Confirm. The idea behind Confirm is that subscribers are required to confirm that yes, they sent the post to the list, before it can be processed. If the list is Send= Editor,Confirm, then the subscriber still must confirm the message before it goes to the editor for final approval. Even editors and moderators must confirm their own posts to the list when it's set that way. This is documented - see the section on Send= in the list keyword manual, http://lsoft.com/manuals/17.0/listkwd/kSend.html .
Left sidebar menu, look under List Management, Subscriber Reports, then choose the list from the drop-down menu. This report can be either shown either as a table (the default), or can be downloaded as CSV.
Alternately, left sidebar menu, List Management, Subscriber Management, select the list, enter "*@*" (without the quotes) in the "Search for Subscribers (LISTNAME)" box, click "Search". (This isn't as useful as the previous command as it drops the subscribers into a text box with scroll bars.)
If you just want to issue a REVIEW command, go to left sidebar menu, LISTSERV Command, enter "REV listname (MSG" in the text box and click "Submit". If you want the list mailed to you instead of displayed on the screen, just enter "REV listname". (In both cases, listname is to be replaced by the name of the list you are reviewing.) In essence this is what the two commands you aren't seeing anymore do.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Shinn Wu Sent: Wednesday, May 26, 2021 6:19 PM To: [log in to unmask] Subject: Features missing in Listserv 17?
Hello Fellow Administrator,
We are testing Listserv 17 on RedHat and found features 'missing' from Listserv 16.
[cid:image001.png@01D752D6.C125FC10]
which offered an easy to show every subscriber in a list. However, I could not find equipment in Listserv 17:
I used three different browsers - Google Chrome, Firefox, Microsoft Edge in Windows 10, and Firefox in CentOS. I disabled every ad-blocking extension including browser build-in.
I tried all three sub-menus below in Chrome when I clicking 'Subscriber Reports'. It flashed (like 1/4 second) the 'real' page then it returned to the original page.
[cid:60e78591-918f-48fd-9a18-077dfc3390d6]
I also tried 'firefox -safe-mode' with the same result.
May I ask what browsers (in what OS) did you use to view 'Subscriber Reports'?
Firefox, but I doubt this is browser related. At any rate I have not seen this particular problem before. The first thing I would make sure of is that you have the correct version of WA installed - use
?DEBUG-SHOW-VERSION
as the single argument to "wa" in the web interface. You should get back something like
WA version 17.0 Build date: 11 Jul 2019 (64-bit)
If the WA version is anything but 17.0, you're still running the old WA, and it will have to be upgraded to the version that came with 17.0.
If you continue to have trouble with this, I would recommend writing to support; I believe you have current maintenance.
Nathan
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Shinn Wu Sent: Thursday, May 27, 2021 12:25 PM To: [log in to unmask] Subject: Re: Features missing in Listserv 17?
Hi Nathan,
Thank you for your answer.
I used three different browsers - Google Chrome, Firefox, Microsoft Edge in Windows 10, and Firefox in CentOS. I disabled every ad-blocking extension including browser build-in.
I tried all three sub-menus below in Chrome when I clicking 'Subscriber Reports'. It flashed (like 1/4 second) the 'real' page then it returned to the original page.
[cid:image003.png@01D752FC.55E6E330]
I also tried 'firefox -safe-mode' with the same result. May I ask what browsers (in what OS) did you use to view 'Subscriber Reports'?
What are you using for inbound anti-spam/anti-virus message protection in front of Listserv ?
Our University is using Sophos PureMessage anti-spam/anti-virus software running in separate on-premise email-edge servers. This was used in front of our legacy on-premise email service, and our Listserv. Our legacy email service has migrated to the Microsoft Office365 service, which comes with its own anti-spam/anti-virus inbound message protection.
We are now looking for a cheaper, yet effective, anti-spam/anti-virus solution for inbound messages just to Listserv.
Thanks,
Alex Nishri Manager of Operations, Systems Infrastructure group, in the Enterprise Infrastructure Solutions (EIS) group, in the Information Technology Services (ITS) department email: [log in to unmask]
> We are now looking for a cheaper, yet effective, anti-spam/anti-virus solution for inbound messages just to Listserv.
As long as you have a current Maintenance contract L-Soft will provide a licence key for F-Secure Anti-Virus at no extra charge. This will integrate with LISTSERV so it scans all list posts automatically. Contact L-Soft Sales [log in to unmask] and ask them for more details.
Since it won't cost you any extra it will be the least expensive option, so it's worth a try.
I am a new owner of a listserv and we are working with a particular vendor (MYVENDOR) that would like to have the ability for anyone with an email of "@myvendor.com" to post to the listserv we just set up. This would allow someone from their company with that email address to post without having to maintain (add/remove) individual email addresses.
Can someone tell me if this is possible? And if so, how to accomplish this?
On Mar 24, 2021, at 2:10 PM, Duane R Theleman <[log in to unmask]> wrote:
> I am a new owner of a listserv and we are working with a particular vendor (MYVENDOR) that would like to have the ability for anyone with an email of "@myvendor.com <http://myvendor.com/>" to post to the listserv we just set up. This would allow someone from their company with that email address to post without having to maintain (add/remove) individual email addresses.
Setting
Send= *@myvendor.com
should accomplish that. You can combine this with other ’Send=‘ settings (except ’Send= Editor, which is its own whole special thing) — so for instance
Send= Private,*@myvendor.com
would allow messages from subscribers (regarless of whether or not they are @myvendor.com), plus messages from @myvendor.com addresses (regardless of whether they are subscribers).
Neither of the above setups is particularly secure — someone could easily forge a message to the mailing list from an @myvendor.com address — but that may not be a concern, depending on the situation. You could tighten up security with e.g.
Send= *@myvendor.com Send= Confirm
With that setup, if LISTSERV received a message from an *@myvendor.com address, it would reply asking the sender to confirm that the message should go out, and would not distribute the message until that confirmation was received.
We have lists in which owners have managed to subscribe mangled emails in the form:
[log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.EDU
Surprisingly enough, ListServ will let you do that. The trick is, they can’t be deleted. Not via an email command to ListServ, not via the web interface. This dilemma has, inevitably, taken me to web searches to no end, without finding an answer, and—now—here.
Before I open a support case with LSOFT, would anyone know the answer? How to unsubscribe those unremovable entries?
You will have to create an email to your LISTSERV with the command - "GET LISTNAME PW=admin-owner"
LISTSERV will email you a full file of the list with all the subscribers. Forward the email back to LISTSERV changing the command on the first line from PUT to PUTALL
Then scroll down through the subscribers to find the email address with unprintable characters and carefully remove that line Mike
> -----Original Message----- > From: LISTSERV Site Administrators' Forum <LSTSRV- > [log in to unmask]> On Behalf Of David Collantes > Sent: Tuesday, March 9, 2021 3:44 PM > To: [log in to unmask] > Subject: Erroneous undeletable/“unsubscribable” email addresses > > We have lists in which owners have managed to subscribe mangled emails in the > form: > > [log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.ED > U > > Surprisingly enough, ListServ will let you do that. The trick is, they can’t be > deleted. Not via an email command to ListServ, not via the web interface. This > dilemma has, inevitably, taken me to web searches to no end, without finding an > answer, and—now—here. > > Before I open a support case with LSOFT, would anyone know the answer? How > to unsubscribe those unremovable entries? > > TIA, > > -- > David > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
The GET command only prompted the reception of an email that reads:
> GET LISTNAME File "LISTNAME LIST" has been mailed to you under separate cover.
The LISTNAME list has been locked. Note that you can GET and update the header of a list without transferring the recipient list back and forth. To do this, simply send a "GET LISTNAME (HEADER" command instead of "GET LISTNAME", then follow the usual procedure.
Using the web interface, while logged in, select the tab “List Management”, then “List Management Wizard”, select the list, then mouse over “List Management” again, and select “Subscriber Management”. Then retrieve the entire list of subscribers, save in a test file, edit to remove the bogus address(es), and, under the “Bulk Operations” tab, select the radio button for delete all subscribers, then add contents of file, "Choose File”, specifying the file, and update. This last is not the exact wording, but the meaning should be clear. I’ve had to remove bogus addresses from a couple of lists, using this mechanism...
Steven J Depinet Systems Administrator, Sr. [log in to unmask] Information Technology Services (928) 523-6843Northern Arizona University
> On Mar 9, 2021, at 1:44 PM, David Collantes <[log in to unmask]> wrote: > > We have lists in which owners have managed to subscribe mangled emails in the form: > > [log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.EDU > > Surprisingly enough, ListServ will let you do that. The trick is, they can’t be deleted. Not via an email command to ListServ, not via the web interface. This dilemma has, inevitably, taken me to web searches to no end, without finding an answer, and—now—here. > > Before I open a support case with LSOFT, would anyone know the answer? How to unsubscribe those unremovable entries? > > TIA, > > -- > David > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpeach.ease.lsoft.com%2Fscripts%2Fwa-PEACH.exe%3FSUBED1%3DLSTSRV-L%26A%3D1&data=04%7C01%7Csteve.depinet%40NAU.EDU%7Ca9d3ceea077543a4857508d8e33c3833%7C27d49e9f89e14aa099a3d35b57b2ba03%7C0%7C1%7C637509195064906078%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=V4jNG4qyZg9RUTXYSqVtG1aoaG1rhlPXqJblbgJ6lBY%3D&reserved=0
The simplest way is to use a suitable wildcard, like maybe JOHN_DOE*MAILTO*.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of David Collantes Sent: Tuesday, March 09, 2021 15:44 To: [log in to unmask] Subject: Erroneous undeletable/“unsubscribable” email addresses
We have lists in which owners have managed to subscribe mangled emails in the form:
[log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.EDU
Surprisingly enough, ListServ will let you do that. The trick is, they can’t be deleted. Not via an email command to ListServ, not via the web interface. This dilemma has, inevitably, taken me to web searches to no end, without finding an answer, and—now—here.
Before I open a support case with LSOFT, would anyone know the answer? How to unsubscribe those unremovable entries?
Don't forget to set quiet mode so you don't scare all the users being removed and re-added Thank you -Barry Barry Priest Section Head DevOps Team OCIO IT Design & Development Library of Congress Office:: 202-707-6341 [log in to unmask] ________________________________________ From: LISTSERV Site Administrators' Forum <[log in to unmask]> on behalf of Steven J Depinet <[log in to unmask]> Sent: Tuesday, March 9, 2021 4:02 PM To: [log in to unmask] Subject: Re: Erroneous undeletable/“unsubscribable” email addresses Using the web interface, while logged in, select the tab “List Management”, then “List Management Wizard”, select the list, then mouse over “List Management” again, and select “Subscriber Management”. Then retrieve the entire list of subscribers, save in a test file, edit to remove the bogus address(es), and, under the “Bulk Operations” tab, select the radio button for delete all subscribers, then add contents of file, "Choose File”, specifying the file, and update. This last is not the exact wording, but the meaning should be clear. I’ve had to remove bogus addresses from a couple of lists, using this mechanism... Steven J Depinet Systems Administrator, Sr. [log in to unmask] Information Technology Services (928) 523-6843Northern Arizona University > On Mar 9, 2021, at 1:44 PM, David Collantes <[log in to unmask]> wrote: > > We have lists in which owners have managed to subscribe mangled emails in the form: > > [log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.EDU > > Surprisingly enough, ListServ will let you do that. The trick is, they can’t be deleted. Not via an email command to ListServ, not via the web interface. This dilemma has, inevitably, taken me to web searches to no end, without finding an answer, and—now—here. > > Before I open a support case with LSOFT, would anyone know the answer? How to unsubscribe those unremovable entries? > > TIA, > > -- > David > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpeach.ease.lsoft.com%2Fscripts%2Fwa-PEACH.exe%3FSUBED1%3DLSTSRV-L%26A%3D1&data=04%7C01%7Csteve.depinet%40NAU.EDU%7Ca9d3ceea077543a4857508d8e33c3833%7C27d49e9f89e14aa099a3d35b57b2ba03%7C0%7C1%7C637509195064906078%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=V4jNG4qyZg9RUTXYSqVtG1aoaG1rhlPXqJblbgJ6lBY%3D&reserved=0 ############################ To unsubscribe from the LSTSRV-L list: write to: mailto:[log in to unmask] or click the following link: http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Eric Thomas Sent: Tuesday, March 09, 2021 4:03 PM To: [log in to unmask] Subject: Re: Erroneous undeletable/“unsubscribable” email addresses
The simplest way is to use a suitable wildcard, like maybe JOHN_DOE*MAILTO*.
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of David Collantes Sent: Tuesday, March 09, 2021 15:44 To: [log in to unmask] Subject: Erroneous undeletable/“unsubscribable” email addresses
We have lists in which owners have managed to subscribe mangled emails in the form:
[log in to unmask]<MAILTO:JOHN_DOE”@CHEMISTRY.UCF.EDU
Surprisingly enough, ListServ will let you do that. The trick is, they can’t be deleted. Not via an email command to ListServ, not via the web interface. This dilemma has, inevitably, taken me to web searches to no end, without finding an answer, and—now—here.
Before I open a support case with LSOFT, would anyone know the answer? How to unsubscribe those unremovable entries?
We all know that adding a RFC822 "X-LSVAfter:" header with the proper values will allow a posting to be scheduled for a certain date and time. For senders using less powerful email clients, which do not allow headers modifications, is there a way to set a command at the first line of the posting (body of the email) that will have the same effect? Something like:
On Feb 27, 2021, at 9:49 AM, David Collantes <[log in to unmask]> wrote:
> Hello everyone! > > We all know that adding a RFC822 "X-LSVAfter:" header with the proper values will allow a posting to be scheduled for a certain date and time. For senders using less powerful email clients, which do not allow headers modifications, is there a way to set a command at the first line of the posting (body of the email) that will have the same effect? Something like: > > ==================================================== > To: [log in to unmask] > From: [log in to unmask] > Subject: A delayed posting > > X-LSVAfter: 2021-02-27 13:30 > > Dear all, > > If you are getting this email it means I have won the lottery. See ya.... not! > ==================================================== > > Is there something like that?
There isn’t a way to include a command in the body of a message that is sent to a mailing list. In general the way I would do this would be to post the message via LISTSERV’s web interface — there’s a ’Show Advanced’ button which will reveal an option to Schedule Delivery.
There are more complicated options available (they could send the message as a DISTRIBUTE job, fo rinstance), but the syntax is pretty exacting and I would be concerned about typos resulting in messages being distributed at unwanted times.
We built a new ListServ (Linux) with ListServ version 17 in it. We copied all lists and notebooks from the old ListServ version 16 server to the new one. Lists are working fine, but no web archives are being generated. Ran "reindex both *", but that isn't generating the archives. What am I missing?
I would check to make sure that, for the affected mailing lists, the following directories exist:
(1) The directory given in the ’Notebook=‘ setting in the mailing list’s configuration.
(2) Look under ’Server Administration’ in ’Site Configuration’ and find the WWW_ARCHIVE_DIR setting. In the location defined there, there should be a subdirectory for each mailing list.
The two directories described above should not be the same location. See http://www.lsoft.com/manuals/16.0/htmlhelp/site%20managers/ConfiguringLSSite.html#2342978 <http://www.lsoft.com/manuals/16.0/htmlhelp/site%20managers/ConfiguringLSSite.html#2342978> .
Under Unix, the paths should be all lower case, so, if the above doesn’t fix the problem, then that might be something to check.
Additionally, after creating the subdirectories described in (2) above, you will have to restart LISTSERV.
Finally, if none of that does the trick, then make sure that /etc/lsv-wa.config exists and that the PATH directive points to the same directory as found in WWW_ARCHIVE_DIR above. Information about this file can be found here: http://www.lsoft.com/manuals/1.8e/unixinst.html#wa
I hope that one or more of these suggestions is useful!
-jwgh
> On Feb 22, 2021, at 3:56 PM, David Collantes <[log in to unmask]> wrote: > > Hi there! > > We built a new ListServ (Linux) with ListServ version 17 in it. We copied all lists and notebooks from the old ListServ version 16 server to the new one. Lists are working fine, but no web archives are being generated. Ran “reindex both *”, but that isn’t generating the archives. What am I missing? > > TIA, > > -- > David Collantes, Systems Engineer III, UCF IT > Working remote since March 2020. > Work: 407-823-3418 | Mobile: 407-484-7171 > UCF emails are public record. > > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
All that checks out OK. A new test list show archives fine, but the lists we moved over are all missing it. As a clarification, we moved over lists, and their notebooks, *not* their archives, as we want the archives rebuilt with the new interface that comes with v17.
> On Feb 22, 2021, at 2:59 PM, Parker, Kevin <[log in to unmask]> wrote: > > In regards to FILEMAXL is it possible to do the following: > Have the error message go back to the sender rather than the administrator?
FILEMAXL is the limit over which LISTSERV will not process the message. Determining who sent the message requires LISTSERV to process it, so the answer to this one is ’no’.
SizeLim is set on a list-by-list basis and does not have this limitation (and also can be set in kilobytes or megabytes instead of lines), so ideally you’d have a pretty large FILEMAXL setting combined with smaller SizeLim settings for individual mailing lists.
> Customize the error message?
The FILEMAXL message doesn’t seem to currently be customizable. The SizeLim rejection message is based on MSG_POSTING_REJECT_EXCEED_SIZELIM.
We recently created a list, and used the wrong path for its notebook. I have moved the notebook to the right location, but the archives are broken now with message:
"The archive files could not be accessed, either because the list does not have Web-accessible archives or because they are being updated. If you know that the list has Web archives, please try again in about 30 seconds, and report the problem if it persists for more than a few minutes. The file that could not be opened is '/old/list/notebook/path/listname.log2019' and the error code was 2 (No such file or directory)."
On Feb 9, 2021, at 12:13 PM, David Collantes <[log in to unmask]> wrote:
> We recently created a list, and used the wrong path for its notebook. I have moved the notebook to the right location, but the archives are broken now with message: > > “The archive files could not be accessed, either because the list does not have Web-accessible archives or because they are being updated. If you know that the list has Web archives, please try again in about 30 seconds, and report the problem if it persists for more than a few minutes. The file that could not be opened is '/old/list/notebook/path/listname.log2019' and the error code was 2 (No such file or directory).” > > How one forces the archives to be rebuilt afresh?
Go under ’Server Administration’ or ’List Management’ to ‘LISTSERV Command’ and issue this command:
reindex both listname
replacing ‘listname’ with the name of the mailing list. It should then rebuild both its internal index of the archives, and the web interface files related to the mailing list.
If any errors result, then you can investigate those further — but hopefully this will take care of it.
On Feb 9, 2021, at 12:28 PM, David Collantes <[log in to unmask]> wrote:
> Excellent! I did: > > REINDEX DATABASE WWW BOTH IMMEDiate <listname> > > And that did the trick, indeed. Thanks much!
Glad to help!
I want to give some more details about the difference between the version of the command I suggested and the version you used, in case anyone is curious.
The above version of the command has DATABASE and WWW. However, the BOTH parameter already tells LISTSERV to include both of these two types of indexes, making this redundant.
These are the two types of indexes I was referring to when I said that LISTSERV "should then rebuild both its internal index of the archives, and the web interface files related to the mailing list."
IMMEDIATE means that LISTSERV should do the reindexing using its main process, meaning that it can’t do anything else while reindexing the mailing list.
For mailing lists with a large back catalog of messages, this could take some time, so I left off the ‘IMMEDIATE parameter. With my version of the command, the processing would be done in the background, and LISTSERV would be able to do other things while reindexing the mailing list. For mailing lists with small archives, the reindexing should happen virtually instantly, regardless of whether IMMEDIATE is present or not.
Thanks, jwgh
> > -- > David > UCF emails are public record. > > From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Jacob Haller > Sent: 09 February 2021 12:26 > To: [log in to unmask] > Subject: Re: Rebuilding archives > > On Feb 9, 2021, at 12:13 PM, David Collantes <[log in to unmask] <mailto:[log in to unmask]>> wrote: > > We recently created a list, and used the wrong path for its notebook. I have moved the notebook to the right location, but the archives are broken now with message: > > “The archive files could not be accessed, either because the list does not have Web-accessible archives or because they are being updated. If you know that the list has Web archives, please try again in about 30 seconds, and report the problem if it persists for more than a few minutes. The file that could not be opened is '/old/list/notebook/path/listname.log2019' and the error code was 2 (No such file or directory).” > > How one forces the archives to be rebuilt afresh? > > Go under ’Server Administration’ or ’List Management’ to ‘LISTSERV Command’ and issue this command: > > reindex both listname > > replacing ‘listname’ with the name of the mailing list. It should then rebuild both its internal index of the archives, and the web interface files related to the mailing list. > > If any errors result, then you can investigate those further — but hopefully this will take care of it. > > -jwgh > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpeach.ease.lsoft.com%2Fscripts%2Fwa-PEACH.exe%3FSUBED1%3DLSTSRV-L%26A%3D1&data=04%7C01%7Cdavid%40UCF.EDU%7C8cf05f12b440400eb7fb08d8cd1fbda4%7Cbb932f15ef3842ba91fcf3c59d5dd1f1%7C0%7C0%7C637484883519259694%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=z%2FV2pIjijtSON3j%2FdWdscR5AuTZPC%2BokqO21TWkRgFQ%3D&reserved=0> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
Thanks for the explanations, Jacob! I agree that your command would have been better. Now I know! Luckily for me, the list I reindexed wasn't a big one.
We are getting the message on subject while on the web console, under "Server Information." As JavaScript is enabled, I am thinking is has to relate to some egress block. Referring to LSOFT.COM, is there an address (URL or IP) that most be whitelisted for egress, that will fix this issue?
It happens under Chrome, and Safari (only browsers I use), normal, and on incognito mode. No plugins, or addons. We will probably reach support about it.
On Feb 7, 2021, at 9:40 PM, David Collantes <[log in to unmask]> wrote:
> We are getting the message on subject while on the web console, under “Server Information.” As JavaScript is enabled, I am thinking is has to relate to some egress block. Referring to LSOFT.COM, is there an address (URL or IP) that most be whitelisted for egress, that will fix this issue?
It should retrieve the version information from http://download.lsoft.com/downloads/listserv/lsv_version_v2.txt .
We are about to upgrade Listserv 16.0 (Solaris) to Listserv 17.0 (Linux) pending the long purchase process.
I downloaded the trial version and transferred one list (*.html, *db*, several years of *.logYYMM etc.) to the corresponding directory. I issued reindex and nothing happened, and the log showed:
4 Feb 2021 08:41:28 Rebuilding WWW archive index for XYZ-LIST... 4 Feb 2021 08:41:28 To [ANONYMOUS]: One web index rebuilt.
I believe fellow administrators might have done the archive migrations once before. Would anyone share the experience?
On Thu, 4 Feb 2021 16:51:16 +0000, Shinn Wu <[log in to unmask]> wrote:
>I downloaded the trial version and transferred one list (*.html, *db*, several years of *.logYYMM etc.) to the corresponding directory.
Make the appropriate directory structures on the new server. You want to transfer only the listname.logYYMM files. Specifically do NOT transfer the listname.db*, listname.html, or other listname.* files in the archives area. LISTSERV will rebuild these other files as neccessary. The structure of some of these files is slightly different between different OS (big-endian vs little-endian). Let LISTSERV rebuild them so they will be correct for the new OS.
Note, the above applies only to the 'archives' area (where the listname.logYYMM files are). In the 'main' (working) directory, you will need to transfer all the listname.* files (listname.list, listname.*tpl, etc.)
Our ListServ was working up until a couple of weeks ago and then it just stopped sending the emails out to our LISTSERV members. Our admin person that once supported our system no longer works for us so we are stuck trying to solve this issue.
By all accounts it appears to be working fine, I have checked with our hosting provider and they have confirmed that the server is functioning normal. I am able to log in and add or remove subscribers but it appears that an audit of subscribers list indicates that they are set to "Mail delivery disabled temporarily"
I have been able to add in a new user and have received all of the confirmation and Welcome emails, which tells me that it is sending email correctly, but the list digest and content is not.
Anyone know an admin that is willing to take a look. We are willing to pay for your services. Unfortunately LSOFT wants us to upgrade and buy a new maintenance contract.
We running ListServ 16.0 on linux. One (out of over 300) of our lists is not allowing users to have a public view of the archives. They show up if you log in, but as an anonymous user you get the message "No archived messages are available." I have checked permissions and file owner and they were all fine. I copied and renamed the notebooks at the filesystem level to a new test list, and they showed up properly in the new list, so it doesn't appear to be a malformed message. I have reindexed both and restarted to no avail. I even tried replacing the list header with a known good header from another list (modifying only the notebook path and list name) that was allowing public properly, and that also did not work. Any help or steps would be greatly appreciated?
What is the relationship between these two lists: [log in to unmask] <http://www.lsoft.com/scripts/wl.exe?SL1=CONSRLST&H=C4VLPLISTSERV01.LOC.GOV>[image: Web archives available] <http://c4vlplistserv01.loc.gov/cgi-bin/wa?LIST=CONSRLST> CONSER Cataloging Discussion List *(327 subscribers)* [log in to unmask] <http://www.lsoft.com/scripts/wl.exe?SL1=CONSRLST&H=LISTSERV.LOC.GOV>[image: Web archives available] <http://listserv.loc.gov/cgi-bin/wa?LIST=CONSRLST> CONSER Cataloging Discussion List *(330 subscribers)* And is there something about this relationship that is creating the NOTEBOOK archive access problem you observe?
Peter R
On Fri, Jan 8, 2021 at 1:57 PM Priest, Barry <[log in to unmask]> wrote:
> We running ListServ 16.0 on linux. > One (out of over 300) of our lists is not allowing users to have a public > view of the archives. They show up if you log in, but as an anonymous user > you get the message "No archived messages are available." I have checked > permissions and file owner and they were all fine. I copied and renamed > the notebooks at the filesystem level to a new test list, and they showed > up properly in the new list, so it doesn't appear to be a malformed > message. I have reindexed both and restarted to no avail. I even tried > replacing the list header with a known good header from another list > (modifying only the notebook path and list name) that was allowing public > properly, and that also did not work. Any help or steps would be greatly > appreciated? > > > CONSER Cataloging Discussion List > > Review= Public Subscription= Closed Send= Private > Notify = Yes Reply-to= List,Respect Files= Yes > Confidential= No > Stats= Normal,Private > Notebook= Yes,/listserv/archives/consrlst,Monthly,Public > Subject-Tag= CONSERLST > Default-Options=Repro,Ack,Subjecthdr > > Owner= <redacted> > Owner= <redacted> > Owner= <redacted> > Owner= <redacted> > > > > > Thank you > -Barry > > Barry Priest > Library of Congress > Office:: 202-707-6341 > [log in to unmask] > > ------------------------------ > > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 >
?C4VLPLISTSERV01 is an internal management name. they are both the same server. Since the notebook is not dependent on the server name (or cname alias) and we have other lists that do not exhibit this behavior on the same server, I don't believe this is a significant factor.
Thank you -Barry
Barry Priest Section Head DevOps Team OCIO IT Design & Development Library of Congress Office:: 202-707-6341 [log in to unmask]
In LISTSERV’s web interface, under ’Server Administration’->’Site Configuration’/’Site Configuration’, there should be a WWW_ARCHIVE_DIR setting pointing to a particular directory. In that directory there should be a subdirectory with the same name as the mailing list. I would check in there to see if there’s a consrlst.private file. If there is, then delete it and see if that fixes the problem.
Another thing that might be worth trying is to issue a ‘reindex both immediate consrlst’ command under ‘List Management’->’LISTSERV Command’.
-jwgh
On Jan 11, 2021, at 7:45 AM, Priest, Barry <[log in to unmask]> wrote:
> C4VLPLISTSERV01 is an internal management name. they are both the same server. Since the notebook is not dependent on the server name (or cname alias) and we have other lists that do not exhibit this behavior on the same server, I don't believe this is a significant factor. > > > Thank you > -Barry > > Barry Priest > Section Head DevOps Team > OCIO IT Design & Development > Library of Congress > Office:: 202-707-6341 > [log in to unmask] <mailto:[log in to unmask]> > From: LISTSERV Site Administrators' Forum <[log in to unmask]> on behalf of Peter A Rauch <[log in to unmask]> > Sent: Friday, January 8, 2021 6:33 PM > To: [log in to unmask] > Subject: Re: web archives not respecting Notebook=Public > > What is the relationship between these two lists: > [log in to unmask] <http://www.lsoft.com/scripts/wl.exe?SL1=CONSRLST&H=C4VLPLISTSERV01.LOC.GOV> <http://c4vlplistserv01.loc.gov/cgi-bin/wa?LIST=CONSRLST> > CONSER Cataloging Discussion List (327 subscribers) > [log in to unmask] <http://www.lsoft.com/scripts/wl.exe?SL1=CONSRLST&H=LISTSERV.LOC.GOV> <http://listserv.loc.gov/cgi-bin/wa?LIST=CONSRLST> > CONSER Cataloging Discussion List (330 subscribers) > And is there something about this relationship that is creating the NOTEBOOK archive access problem you observe? > > Peter R > > On Fri, Jan 8, 2021 at 1:57 PM Priest, Barry <[log in to unmask] <mailto:[log in to unmask]>> wrote: > We running ListServ 16.0 on linux. > One (out of over 300) of our lists is not allowing users to have a public view of the archives. They show up if you log in, but as an anonymous user you get the message "No archived messages are available." I have checked permissions and file owner and they were all fine. I copied and renamed the notebooks at the filesystem level to a new test list, and they showed up properly in the new list, so it doesn't appear to be a malformed message. I have reindexed both and restarted to no avail. I even tried replacing the list header with a known good header from another list (modifying only the notebook path and list name) that was allowing public properly, and that also did not work. Any help or steps would be greatly appreciated? > > > CONSER Cataloging Discussion List > > Review= Public Subscription= Closed Send= Private > Notify = Yes Reply-to= List,Respect Files= Yes > Confidential= No > Stats= Normal,Private > Notebook= Yes,/listserv/archives/consrlst,Monthly,Public > Subject-Tag= CONSERLST > Default-Options=Repro,Ack,Subjecthdr > > Owner= <redacted> > Owner= <redacted> > Owner= <redacted> > Owner= <redacted> > > > > Thank you > -Barry > > Barry Priest > Library of Congress > Office:: 202-707-6341 > [log in to unmask] <mailto:[log in to unmask]> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1> > To unsubscribe from the LSTSRV-L list, click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1 <http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1>
I investigated: there was no consrlst.private file. I had done 'reindex both immediate consrlst’ (a few times) before. This time on the chance that there was something in the index files themselves, I deleted all indexes prior to the reindex. No change, still behaving same as before.
I am tempted at this point to create a new list, migrate the notebooks, verify it all works, migrate the users (quietly), then remove the old list and rename the new list to the same name. There are instructions for renaming in the 16.0_SiteManagersManual.pdf. Has anyone experienced any issues with doing something like that? Any caveats?
Thank you -Barry
Barry Priest Section Head DevOps Team OCIO IT Design & Development Library of Congress Office:: 202-707-6341 [log in to unmask]
As many of you are in IT roles and work with LISTSERV(R), I wanted to ask if you could please take 10 minutes to share an anonymous review for LISTSERV or ListPlex on the Gartner Peer Insights site. Your review will inform your IT peers in the customer communications management software category and help L-Soft to improve the products and services you use.
Please add your evaluation here: https://it.gtnr.io/lRzanwdho
Following Gartner's approval of your review, they'll send you a $25 international Visa gift card. If you can't accept gift cards, your review would still be appreciated.
Thanks so much for considering this. We're very appreciative of your insights.
Best regards, Jacob Haller, Senior Support Engineer, L-Soft international, Inc. Support is available on business days from 9 a.m. to 6 p.m. ET (U.S. Eastern Time). Please click here<http://www.lsoft.com/contact/econtact.asp?id=support>, or dial (800) 399-5449 (+1 (301) 731-0440 outside US/Canada) and choose option 3. For more information, please visit L-Soft's Support Resource Center<http://www.lsoft.com/resources/resources.asp>
I have a Membership Database that allows for members to update their email address field if they change their email address or switch providers (like switching from Hotmail to Gmail). I am looking for any information / assistance as to how my database can communicate with our ListServ to update that member's email address on all Lists that the member is on.
Thanks in advance!
Phil Yanchulis National Air Traffic Controllers Association (NATCA)
> I am looking for any information / assistance as to how my database can communicate with our ListServ to update that member’s email address on all Lists that the member is on.
This whitepaper may be of interest to you: Connecting LISTSERV to an Existing DBMS (lsoft.com)<http://www.lsoft.com/resources/pdf/wp-ConnectingLStoDBMS.pdf>
Along with a primer on Dynamic Query Lists: http://www.lsoft.com/news/techtipLSV-issue1-2019.asp
Alex Hyder L-Soft International, Inc. 1 (800) 399-5449 ext 3
From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Phil Yanchulis Sent: Tuesday, December 1, 2020 8:49 AM To: [log in to unmask] Subject: Update ListServ from my membership database
I have a Membership Database that allows for members to update their email address field if they change their email address or switch providers (like switching from Hotmail to Gmail). I am looking for any information / assistance as to how my database can communicate with our ListServ to update that member’s email address on all Lists that the member is on.
Thanks in advance!
Phil Yanchulis National Air Traffic Controllers Association (NATCA)
There is one person who is the owner of 40+ lists on our server. When she receives error reports from the lists they are addressed to her email, but the display name is that of another person, who is a subscriber to a couple of the lists. The owner finds this disturbing, and so do I, as I can't track down what's causing it. I've examined the subscriber information for the owner in all lists of which she is a member (as well as the info for the person whose name is incorrectly appearing next to the owner's email address), and I've checked the configuration of every list for which she is the owner. All look fine. The oddball name doesn't show up anywhere. Can anyone help me find out where this mismatch is originating?
Example:
From: "Peddie School LISTSERV Server (17.0)" <[log in to unmask]> Subject:MYLIST: Daily error monitoring report Date: November 19, 2020 at 12:00:09 AM EST To: Wrong Name <[log in to unmask]>
Sounds like she may have issued the following command: REGISTER Wrong Name without appending “FOR [log in to unmask]”. If the “FOR” part is missing, the command issuer’s own name is changed in LISTSERV’s internal of default names.
She should issue “REGISTER Right Name” and see if the issue clears up.
Mark W from my iPhone
> On Nov 20, 2020, at 11:05 AM, Rebecca Reuter <[log in to unmask]> wrote: > > There is one person who is the owner of 40+ lists on our server. When she receives error reports from the lists they are addressed to her email, but the display name is that of another person, who is a subscriber to a couple of the lists. The owner finds this disturbing, and so do I, as I can't track down what's causing it. I've examined the subscriber information for the owner in all lists of which she is a member (as well as the info for the person whose name is incorrectly appearing next to the owner's email address), and I've checked the configuration of every list for which she is the owner. All look fine. The oddball name doesn't show up anywhere. Can anyone help me find out where this mismatch is originating? > > Example: > > From: "Peddie School LISTSERV Server (17.0)" <[log in to unmask]> > Subject:MYLIST: Daily error monitoring report > Date: November 19, 2020 at 12:00:09 AM EST > To: Wrong Name <[log in to unmask]> > > > Thanks, > > Rebecca Reuter > Peddie School > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Or she used the SUBSCRIBE command by accident (as opposed to ADD) to add that user to a list.
Nathan
-----Original Message----- From: LISTSERV Site Administrators' Forum <[log in to unmask]> On Behalf Of Mark R. Williamson Sent: Friday, November 20, 2020 12:15 PM To: [log in to unmask] Subject: Re: List owner name/address mismatch
Sounds like she may have issued the following command: REGISTER Wrong Name without appending “FOR [log in to unmask]”. If the “FOR” part is missing, the command issuer’s own name is changed in LISTSERV’s internal of default names.
She should issue “REGISTER Right Name” and see if the issue clears up.
Mark W from my iPhone
> On Nov 20, 2020, at 11:05 AM, Rebecca Reuter <[log in to unmask]> wrote: > > There is one person who is the owner of 40+ lists on our server. When she receives error reports from the lists they are addressed to her email, but the display name is that of another person, who is a subscriber to a couple of the lists. The owner finds this disturbing, and so do I, as I can't track down what's causing it. I've examined the subscriber information for the owner in all lists of which she is a member (as well as the info for the person whose name is incorrectly appearing next to the owner's email address), and I've checked the configuration of every list for which she is the owner. All look fine. The oddball name doesn't show up anywhere. Can anyone help me find out where this mismatch is originating? > > Example: > > From: "Peddie School LISTSERV Server (17.0)" <[log in to unmask]> > Subject:MYLIST: Daily error monitoring report > Date: November 19, 2020 at 12:00:09 AM EST > To: Wrong Name <[log in to unmask]> > > > Thanks, > > Rebecca Reuter > Peddie School > > ############################ > > To unsubscribe from the LSTSRV-L list: > write to: mailto:[log in to unmask] > or click the following link: > http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=LSTSRV-L&A=1
Thanks, Nathan. If this were the case, would I not see the mismatch when I examined the subscriptions in her name? Or where else would I be able to see the results of that (using the SUBSCRIBE command incorrectly)?
We are running Listserv Lite with sendmail. Most of our subscribers use GSuite for their domains. I've received a few complaints about users not getting an e-mail from the list in a timely manner. Eventually the e-mail is received. My logs have many entries similar to this:
relay=aspmx.l.google.com. [172.217.215.27], dsn=4.3.0, stat=Deferred: 451-4.3.0 Multiple destination domains per transaction is unsupported.
Is there any best practice mod to sendmail to reduce this behavior?
My name is Tara Brown, and my work email is [log in to unmask], but this is the address we use as our moderation account for our listservs. Stating upfront to avoid any confusion.
We have had a major rash of users hitting "reply all" in their email client (mainly Outlook Enterprise, the university's default client) and gmail (personal), and the messages being redistributed to everyone on a given listserv despite having the following settings in place:
1) I have each of our three listservs (17.0) configured as Reply-To=<https://listserv.tulane.edu/cgi-bin/wa?WIZARD=SPHSTAFF-L&p=&o=&n=&m=&t=1&U=REPLY-TO&X=OCBC1F76E0BE12B11F2&Y=sphcomm%40tulane.edu> None,Ignore with the thought that the parameter one should function as described (
None
No "Reply-To" header is generated unless "Respect" is specified and a "Reply-To" header is present in the original posting, in which case replies are directed to wherever the "Reply-To" tag points.
) and that parameter two (
Ignore
The original "Reply-To" tag on the posting, if any, is ignored and discarded, and the value defined in the first parameter of this keyword is used instead. If you code "Reply-To= None,Ignore", then a "Reply-To" tag will never be sent by LISTSERV.
) would reinforce this and not send any replies to anyone.
But it's not working that way at all as mentioned above. I tried to fix this with some reply-to parameter changes. I'll discuss those further below.
2) In an attempt to get a little more control over what is being sent, and also to let faculty and staff know that their messages are being distributed to the listservs, I have set up CONFIRMS using these parameters: Send=<https://listserv.tulane.edu/cgi-bin/wa?WIZARD=SPHSTAFF-L&p=&o=&n=&m=&t=1&U=SEND&X=OCBC1F76E0BE12B11F2&Y=sphcomm%40tulane.edu> Editor,Hold,All,Confirm, So right now everyone who is not a list owner or editor is getting a message to confirm that they've sent to the respective listserv. The message goes to the moderator. We approve it. Another informative message is sent back to the original sender indicating their message was distributed to X number of recipients.
I was having the same issue with List Moderators just opening any listserv messages that needed approval and they would be approved and distributed to the mailing lists automatically. We ended up calling them "Phantom Approvals". I have about 150+ mailing lists so it was a big issue.
I found that this would only happen if anyone was using MS Office 365 (Webmail, we call it) through any browser and had a Listserv message with an approval link in the message. This does not happen if you used the Outlook Desktop Client.
I tested Chrome, Firefox, Brave and Safari and they all phantom approved the messages.
I found that it was not Listserv that had the problem but was a configuration setting in Office 365 called "Link Preview" that was causing the phantom approvals to happen. The "Link Preview" by default is turned on in Office 365. When I turned this off, the phantom approval of messages stopped. This needs to be done on the Office 365 setup for any List Moderator.
Here how I fixed the "Link Preview" issue for my college:
It seems there is a setting in the configuration called "Link Preview" that causes the phantom approvals.
To correct this issue, the "Link Preview" option needs to be turned off which you can do by doing the following:
1. Log into Webmail 2. Click on Settings (the Gear symbol in the upper right of the screen) and click on "View all Outlook Settings". 3. In the Settings pane, select Mail > Compose and reply. 4. Scroll down to Link preview. 5. Under Link preview, clear the Preview links in email check box to turn off Link Preview. 6. Exit Setting (there is no "Save" button for Settings) This worked for us. I was able to stop the phantom approvals for messages from my test mailing list while a user was able send a test message to a production mailing list and have the message hold awaiting moderation.