evil hack to make vacation work while we are using Mail::Sender - see also https://sourceforge.net/p/postfixadmin/patches/136/

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1893 a1433add-5e2c-0410-b055-b7f2511e0802
pull/25/head
David Goodwin 7 years ago
parent 0ec8064fe6
commit 7ddac2ac4b

@ -1,6 +1,11 @@
#!/usr/bin/perl -w
#!/usr/bin/perl -X
# Note - 2017/02/08 DG :
# Yes - I know -X (^) is not ideal.
# Patches are welcome to remove the dependency on Mail::Sender.
# Until then, we need -X to stop it failing with warnings like
# defined(@array) is deprecated at .../perl5/Mail/Sender.pm line 318.
#
# Virtual Vacation 4.0r1
# Virtual Vacation 4.0
#
# $Revision$
# Originally by Mischa Peters <mischa at high5 dot net>

Loading…
Cancel
Save