This commit is contained in:
@@ -34,7 +34,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'graph_order spam ham'
|
||||
echo 'graph_category Mail'
|
||||
echo 'mail.label mail'
|
||||
echo 'mail.type AREA'
|
||||
echo 'mail.type DERIVE'
|
||||
echo 'mail.min 0'
|
||||
echo 'mail.draw LINE1'
|
||||
echo 'ham.label ham'
|
||||
@@ -44,7 +44,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'spam.label spam'
|
||||
echo 'spam.type DERIVE'
|
||||
echo 'spam.min 0'
|
||||
echo 'spam.draw AREA'
|
||||
echo 'spam.draw LINE1'
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user