openvds-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openvds-devel] freevsd recipe parsing within pm.rc


From: Lev V. Vanyan
Subject: [Openvds-devel] freevsd recipe parsing within pm.rc
Date: Fri, 17 May 2002 13:51:53 +0300

-----BEGIN PGP SIGNED MESSAGE-----

This is the standart template for recipe parsing of procmail' .rc files:
   :0: # _vuser usrone
   {
     :0c: # _rsp ???
     | vacaction $LOGNAME
 
     :0c: # _fwd-ext address@hidden
     ! address@hidden
 
     :0c: # _fwd-int localvuser
     | formail -ds >> $MAILDIR/localvuser
   }
So if this rc has been modified manually, vsd will fail to operate this rc 
file. What if to rewrite this to understand more difficult recipes in rc?

For example, i have some recipes been modified manually and vsd fail to 
process 'em:
:0 # _vuser elen
* NAME ?? elen
{
  INCLUDERC = elen.rc
 
  :0 w: # _fwd-int elen
  | $FORMAIL -A"$XLOOP" >> $SPOOLDIR/elen
 
}
 
:0 # _vuser elena
* NAME ?? elena
{
 
  :0 w: # _fwd-int elena
  | $FORMAIL -A"$XLOOP" >> $SPOOLDIR/elena
 
}
 
:0 # _vuser alex
* NAME ?? alex
{
  INCLUDERC = alex.rc
 
  :0 w: # _fwd-int alex
  | $FORMAIL -A"$XLOOP" >> $SPOOLDIR/alex
 
}
 
:0 # _vuser dmitry
{
 
  INCLUDERC = dmitry.rc
  :0 w: # _fwd-int dmitry
  | $FORMAIL -A"$XLOOP" >> $SPOOLDIR/dmitry
 
 
}


- -- 
Lev V. Vanyan                    System Administrator
Mirotel ISP                      nic-hdl: VL1580-RIPE, LV2560-NIC
mailto: address@hidden
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3a
Charset: noconv

iQB1AwUBPOTgyc9Sz223N4s1AQEv7wL/dXet+WqeZjEOiSYWdRve59E25whAqxAu
QPgnATKtfaEyOBTrdC7w/Z2sjVHvIjlBqhexlQ5T0nFFQ+4+nrMntPYdzOilIuWm
eVI3KzmHuuxWTjlCLbID0Lj0Z0TQVIR4
=E0j0
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]