Displaying 7 results from an estimated 7 matches for "olist".
Did you mean:
list
1999 Jun 30
0
How to backup from Win to Linux using smb
...ibra16 teac winmcad win32app acroread acrobat3 \
bsdl pkware ACADR13 DTEXT23 MCVHDL RECYCLED lotus Corel ACER \
MAX2WORK ticd abel3 clipart HPFONTS ORCADWIN ICM98)
# Hosts with pcadmin remote access account
#
#
set hlist = ( drachma kopek masada tohoten shiva peddlerI fujin sappho )
set olist = ( sandra johnf glenn jean peggy paula jim maureen )
set i = 1
while ($i <= $#hlist)
date
echo ping $hlist[$i]
ping $hlist[$i]
if ($status) then
echo email to $olist[$i] for $hlist[$i] not available
/bin/mail -s "Backup for $hlist[$i] failed" $olist[$i]...
2003 May 25
2
assign() won't work
Hey everyone, I've been searching the mail lists, and I can't find a real discussion about my problem. Here it is:
I have created a loop fitting various time series models to my data. I labeled each one of the outputs by using the assign and paste statements, i.e. assign(paste("group","subgroup",i),arima(...)). Works great, but here's what I need...
I want to
2018 Feb 16
4
Sieve to process list mail based on list-ID
...But I am looking for something more generic, along the lines of
$myLists = {"dovecot", "postfix", "other-list")
if header :contains "List-ID" "<([^\.])+." { $myID $1; }
if $myList :contains $myID {
if { $myID is other-list {
set $myID to Olist;
set header "reply-to" to "moderator at users+other@foo.example.net";
}
fileinto $myID;
} else {
send message to spamc and await results;
if spam {fileinto "Junk";} else {fileinto "INBOX";}
(obviously that's not the code, but it should give a...
1998 Nov 18
5
PC Backup Script?
I am trying to setup my Sun running samba 1.9.18p10 so that it can
backup my dept's PCs. I can get it to work manually using the
smbclient command with no problem. What I would like to do is have
a script that is able to take a list of PCs, determine if a PC is online,
backup that PC, then move on to the next one. If a PC is down,
it can report an error to the admin to state that the
2018 Feb 16
0
Sieve to process list mail based on list-ID
...g more generic, along the lines of
>
> $myLists = {"dovecot", "postfix", "other-list")
> if header :contains "List-ID" "<([^\.])+." { $myID $1; }
> if $myList :contains $myID {
> if { $myID is other-list {
> set $myID to Olist;
> set header "reply-to" to "moderator at users+other@foo.example.net";
> }
> fileinto $myID;
>
> } else {
> send message to spamc and await results;
> if spam {fileinto "Junk";} else {fileinto "INBOX";}
>
> (obviously th...
2018 Feb 16
0
Sieve to process list mail based on list-ID
...g more generic, along the lines of
>
> $myLists = {"dovecot", "postfix", "other-list")
> if header :contains "List-ID" "<([^\.])+." { $myID $1; }
> if $myList :contains $myID {
> if { $myID is other-list {
> set $myID to Olist;
> set header "reply-to" to "moderator at users+other@foo.example.net";
> }
> fileinto $myID;
>
> } else {
> send message to spamc and await results;
> if spam {fileinto "Junk";} else {fileinto "INBOX";}
>
> (obviously th...
1999 Jul 01
1
SAMBA digest 2150
...acrobat3 \
> bsdl pkware ACADR13 DTEXT23 MCVHDL RECYCLED lotus Corel ACER \
> MAX2WORK ticd abel3 clipart HPFONTS ORCADWIN ICM98)
>
> # Hosts with pcadmin remote access account
> #
> #
> set hlist = ( drachma kopek masada tohoten shiva peddlerI fujin sappho )
> set olist = ( sandra johnf glenn jean peggy paula jim maureen )
>
> set i = 1
> while ($i <= $#hlist)
> date
> echo ping $hlist[$i]
> ping $hlist[$i]
> if ($status) then
> echo email to $olist[$i] for $hlist[$i] not available
> /bin/mail -...