-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also remove Revision keyword used in SVN
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
# MailWatch for MailScanner | ||
# Copyright (C) 2003-2011 Steve Freegard ([email protected]) | ||
# Copyright (C) 2011 Garrod Alwood ([email protected]) | ||
# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) | ||
# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) | ||
# | ||
# Custom Module MailWatch | ||
# | ||
# Version 1.61 | ||
# Version 1.7 | ||
# | ||
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public | ||
# License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later | ||
|
@@ -47,7 +47,7 @@ use Sys::Syslog; | |
use vars qw($VERSION); | ||
|
||
### The package version, both in 1.23 style *and* usable by MakeMaker: | ||
$VERSION = substr q$Revision: 1.5 $, 10; | ||
$VERSION = '1.7'; | ||
|
||
# Trace settings - uncomment this to debug | ||
#DBI->trace(2,'/tmp/dbitrace.log'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
# MailWatch for MailScanner | ||
# Copyright (C) 2003-2011 Steve Freegard ([email protected]) | ||
# Copyright (C) 2011 Garrod Alwood ([email protected]) | ||
# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) | ||
# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) | ||
# | ||
# Custom Module SQLBlackWhiteList | ||
# | ||
# Version 1.6 | ||
# Version 1.7 | ||
# | ||
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public | ||
# License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later | ||
|
@@ -39,7 +39,7 @@ use vars qw($VERSION); | |
#use Data::Dumper; | ||
|
||
### The package version, both in 1.23 style *and* usable by MakeMaker: | ||
$VERSION = substr q$Revision: 1.5 $, 10; | ||
$VERSION = '1.7'; | ||
|
||
use DBI; | ||
use DBD::MariaDB; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
# MailWatch for MailScanner | ||
# Copyright (C) 2003-2011 Steve Freegard ([email protected]) | ||
# Copyright (C) 2011 Garrod Alwood ([email protected]) | ||
# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) | ||
# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) | ||
# | ||
# Custom Module SQLSpamSettings | ||
# | ||
# Version 1.6 | ||
# Version 1.7 | ||
# | ||
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public | ||
# License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later | ||
|
@@ -41,7 +41,7 @@ no strict 'subs'; # Allow bare words for parameter %'s | |
use vars qw($VERSION); | ||
|
||
### The package version, both in 1.23 style *and* usable by MakeMaker: | ||
$VERSION = substr q$Revision: 1.5 $, 10; | ||
$VERSION = '1.7'; | ||
|
||
use DBI; | ||
use DBD::MariaDB; | ||
|