diff options
-rw-r--r-- | FS/FS/part_export.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index f99dc6341..a6a67d2db 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -885,7 +885,7 @@ tie my %forward_shellcommands_options, 'Tie::IxHash', 'sqlmail' => { 'desc' => 'Real-time export to SQL-backed mail server', 'options' => \%sqlmail_options, - 'nodomain' => 'N', + 'nodomain' => '', 'notes' => 'Database schema can be made to work with Courier IMAP and Exim. Others could work but are untested. (...extended description from pc-intouch?...)', }, |