summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-04-23 22:16:55 +0000
committerivan <ivan>2003-04-23 22:16:55 +0000
commit40dfd062e7bf133824287d432812b51c6ea3456a (patch)
tree246825242019a4bc2367827992e3cf031ca8c7ae
parentf3b99e9676baf155c46d37d56a5da4db57536072 (diff)
might not be necessary, but to be safe...
-rw-r--r--FS/FS/part_export.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index f99dc63..a6a67d2 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?...)',
},