Show
Ignore:
Timestamp:
11/19/03 08:40:20 (20 years ago)
Author:
jalet
Message:

Missing import statement.
Better documentation for mailto: external(...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1192 r1193  
    193193# If the value is not set, then the default BOTH applies. 
    194194# 
    195 #   For mailto: external(/usr/bin/mycommand) 
     195#   For mailto: external(/usr/bin/mycommand >/dev/null) 
    196196# 
    197197#   You can use : 
     
    207207#   Example : 
    208208# 
    209 #       mailto: external(/usr/bin/callpager %(username)s "Quota problem on %(printername)s") 
     209#       mailto: external(/usr/bin/callpager %(username)s "Quota problem on %(printername)s" >/dev/null) 
     210# 
     211#   NB : Don't forget to redirect your command's standard output somewhere  
     212#        (e.g. >/dev/null) so that there's no perturbation to the underlying 
     213#        layer (filter or backend) 
    210214# 
    211215mailto: both