diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-01-02 17:29:40 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-01-02 17:29:40 +0000 |
commit | 7de111b45234089eeca433c9ceba9566017beba5 (patch) | |
tree | c9c789f21e5820ed8ab67199be1f8eaff61cb52d /lib/Iurt/DKMS.pm | |
parent | 8e112e04c1dbdbe2721f24621532bddb4eeafa26 (diff) | |
download | iurt-7de111b45234089eeca433c9ceba9566017beba5.tar iurt-7de111b45234089eeca433c9ceba9566017beba5.tar.gz iurt-7de111b45234089eeca433c9ceba9566017beba5.tar.bz2 iurt-7de111b45234089eeca433c9ceba9566017beba5.tar.xz iurt-7de111b45234089eeca433c9ceba9566017beba5.zip |
Append domain when sending emails to user
Diffstat (limited to 'lib/Iurt/DKMS.pm')
-rw-r--r-- | lib/Iurt/DKMS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/DKMS.pm b/lib/Iurt/DKMS.pm index 7410008..868770c 100644 --- a/lib/Iurt/DKMS.pm +++ b/lib/Iurt/DKMS.pm @@ -262,7 +262,7 @@ sub dkms_compile { "Modules for $name have been built for the current kernel ($kerver) while they should have been build for $modulesdir.", "Please report to the maintainer of $name", )), - "Iurt the rebuild bot <$config->{admin}>", 0); + "Iurt the rebuild bot <$config->{admin}>", 0, $config); next; } |