diff options
author | ivan <ivan> | 2003-04-23 22:16:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-04-23 22:16:55 +0000 |
commit | 40dfd062e7bf133824287d432812b51c6ea3456a (patch) | |
tree | 246825242019a4bc2367827992e3cf031ca8c7ae | |
parent | f3b99e9676baf155c46d37d56a5da4db57536072 (diff) |
might not be necessary, but to be safe...
-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?...)', }, |