LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Valdis Kletnieks <[log in to unmask]>
Mon, 15 Oct 2012 11:52:09 -0400
text/plain (32 lines)
On Mon, 15 Oct 2012 11:08:35 -0300, Tolliver said:

> Can ListServ 15.0 do a perpetual scheduled postings.
>
> I have a list owner of whom requested, to have a monthly reminder
> posted, on a specific time & date each month.
>
>
> Can that be accomplished in ListServ 15.0, and if so, what is the procedure?

There's no such functionality inside Listserv that I know of.

However, most Linux boxes have a nice program called 'cron' that can do
what you want.  It can either run on your Listserv host, or on another box.

Sample entry to post at 1:30AM on the first of every month:

30 1 1 * * /usr/bin/mailx -s "Monthly Posting" [log in to unmask] < /path/to/body/of/mail

Note that this may or may not run afoul of Listserv's CRC duplicate detection
if there's not enough monthly traffic.  At that point, you'll have to get slightly
more creative.  This should suffice:

30 1 1 * * (date; cat /path/to/mail) | /usb/bin/mailx -s "Monthly Posting" [log in to unmask]

############################

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

ATOM RSS1 RSS2