Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/postfix/postgrey
10 10

  
11 11

  
12 12
mktempfile () {
13
mktemp -t 
14
}       
13
    mktemp -t
14
}
15 15

  
16 16
MAIL_LOG=${logfile:-/var/log/mail.log}
17 17
STATEFILE=$MUNIN_PLUGSTATE/postgrey.offset
......
69 69
	fi
70 70

  
71 71
	delayed=`grep 'Recipient address rejected.*Greylisted' ${TEMP_FILE} | wc -l`
72
	passed=`grep 'postgrey\[[0-9]*\]: delayed [0-9]* seconds:' ${TEMP_FILE} | wc -l` 
72
	passed=`grep 'postgrey\[[0-9]*\]: delayed [0-9]* seconds:' ${TEMP_FILE} | wc -l`
73 73
	whitelisted=`grep 'postgrey\[[0-9]*\]: whitelisted:' ${TEMP_FILE} | wc -l`
74 74

  
75 75
	/bin/rm -f $TEMP_FILE

Formats disponibles : Unified diff