From 8e18009a19c4009964689cb0706f38ec8e85239a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Nov 1998 06:04:28 +0000 Subject: re-ran yodl (This used to be commit 98b72722c8c221047d890f9b7b1d51f16fdac705) --- docs/htmldocs/smb.conf.5.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/htmldocs/smb.conf.5.html') diff --git a/docs/htmldocs/smb.conf.5.html b/docs/htmldocs/smb.conf.5.html index 538230ee82..fd0c6809a7 100644 --- a/docs/htmldocs/smb.conf.5.html +++ b/docs/htmldocs/smb.conf.5.html @@ -2526,12 +2526,6 @@ error. Unfortunately WfWg totally ignores the error code and carries on regardless, saying that the message was delivered.


If you want to silently delete it then try:


"message command = rm %s". -


For the really adventurous, try something like this: -


message command = csh -c 'csh < %s |& /usr/local/samba/bin/smbclient -M %m; rm %s' & -


this would execute the command as a script on the server, then give -them the result in a WinPopup message. Note that this could cause a -loop if you send a message from the server using smbclient! You better -wrap the above in a script that checks for this :-)


Default: no message command


Example: -- cgit