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

Added mail server DNS blacklist menu item.

parent a4674582
No related branches found
No related tags found
No related merge requests found
......@@ -2416,6 +2416,11 @@ object MainForm: TMainForm
Hint = 'RELAY.CFG'
OnClick = CtrlMenuItemEditClick
end
object DnsBlacklists: TMenuItem
Caption = 'DNS-based Blacklists'
Hint = 'DNS_BLACKLIST.CFG'
OnClick = CtrlMenuItemEditClick
end
end
end
object FtpMenuItem: TMenuItem
......
......@@ -253,6 +253,7 @@ __published: // IDE-managed Components
TMenuItem *Recycle2;
TMenuItem *Recycle3;
TAction *TelnetRecycle;
TMenuItem *DnsBlacklists;
void __fastcall FileExitMenuItemClick(TObject *Sender);
void __fastcall ViewToolbarMenuItemClick(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
......
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