Skip to content
Snippets Groups Projects
Commit e8351ed3 authored by rswindell's avatar rswindell
Browse files

Added Mail->Edit menu item to create/edit ctrl/spamblock_exempt.cfg file.

parent 4ff867c8
No related branches found
No related tags found
No related merge requests found
......@@ -14037,6 +14037,11 @@ object MainForm: TMainForm
Hint = 'SPAMBLOCK.CFG'
OnClick = CtrlMenuItemEditClick
end
object SpamBlockExemptions: TMenuItem
Caption = 'Spam Block Exemptions'
Hint = 'SPAMBLOCK_EXEMPT.CFG'
OnClick = CtrlMenuItemEditClick
end
object AllowedRelayList: TMenuItem
Caption = 'Allowed Relay List'
Hint = 'RELAY.CFG'
......@@ -6,7 +6,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2010 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -273,6 +273,7 @@ __published: // IDE-managed Components
TMenuItem *N10;
TMenuItem *SpamBaitList;
TMenuItem *SpamBlockList;
TMenuItem *SpamBlockExemptions;
TTimer *LogTimer;
TTimer *ServiceStatusTimer;
TMenuItem *ViewWebServerMenuItem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment