chrisrandell
Verified User
- Joined
- Mar 14, 2007
- Messages
- 24
is there an easy way to tell which version of Spamblocker one is running?
Chris
Chris
[root@node1 etc]# uptime
19:45:21 up 51 days, 15 min, 1 user, load average: 0.51, 0.51, 0.61
[root@node1 etc]# grep release /etc/exim.conf
[root@node1 etc]# grep release /etc/exim.conf
[root@node1 etc]# cat /etc/exim.conf | grep release
[root@node1 etc]# cat /etc/exim.conf | grep release
[root@node1 etc]# cat /etc/exim.conf | grep release
[root@node1 etc]
#
[root@node1 /]# head /etc/exim.conf
################################################################################
# DirectAdmin exim.conf 13-Feb-2008 #
# SpamBlocker with Optional VirusBlocker #
# Dovecot Only #
# Version 3.1-beta #
# Exim configuration file for DirectAdmin/Exim 4.60 and above #
# Requires exim.pl as distributed by DirectAdmin here: #
# http://files.directadmin.com/services/exim.pl #
# Dated 31-Oct-2007 10:11 or later #
######### IMPORTANT ########## IMPORTANT ########## IMPORTANT ##################
[root@node1 /]#
wonder why cat didnt work
Because you were grep'ing for the word "release" which does not exist. grep'ing for "Version" would have worked.
It works with SpamBlocker <3.0![]()