0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
Commit Graph

116 Commits

Author SHA1 Message Date
Sven Strickroth
3cde7af742 UTF8 is no real UTF8 in MySQL, on needs to use utf8mb4
This allows to use emojis in vacation mails.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2021-05-07 17:55:18 +02:00
Yannick Markus
d6385c03ff fix vacation.pl resolver 2020-06-15 15:14:11 +02:00
David Goodwin
befc18154f see: 86852b3dbd (r39604078) - fix MX lookup 2020-06-02 12:56:18 +01:00
David Goodwin
3b1fffdf22 merge in patch from @jackdeguest - see https://github.com/postfixadmin/postfixadmin/issues/337 2020-03-03 09:52:25 +00:00
Caspar Clemens Mierau
9c4caf1045 remove double libmime-encwords-perl install call in virtual vacation howto 2019-09-19 00:18:32 +02:00
wuuuduu
86852b3dbd Find MX record of receiver and use it 2019-08-30 23:08:17 +02:00
David Goodwin
63f63a58b7
Update INSTALL.md
add 1; for vacation.conf file
2019-01-30 10:01:57 +00:00
David Goodwin
4b990ff330 fix sql for notification resend; see #226 2018-12-30 18:16:31 +00:00
David Goodwin
c3d3898eb2
Merge pull request #167 from csware/recipient_delimiter
vacation: Correctly process mails with recipient_delimiter
2018-07-27 15:19:32 +01:00
Antony
61011619a8
libmime-perl => libemail-mime-perl on debian 9 2018-07-13 04:57:28 -03:00
Sven Strickroth
f0f6c16afa vacation: Correctly process mails with recipient_delimiter
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2018-04-27 10:03:57 +02:00
Sven Strickroth
6c12800a78 Don't autorespond to Outlook autoresponses
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2018-03-08 14:26:16 +01:00
Sven Strickroth
7cb36bc0b2 Don't autorespond to Communigate autoresponses
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2018-03-08 14:25:05 +01:00
Breton Erwane
37d4279c52
syslog ident set to "vacation" 2017-12-19 10:50:05 +01:00
David Goodwin
a40e99c8ed renamed to INSTALL.md 2017-08-22 20:48:42 +01:00
David Goodwin
1f63a9df89 update Install.txt -> Install.md 2017-08-14 21:44:20 +01:00
David Goodwin
da9f674611 better now? 2017-08-14 21:43:34 +01:00
David Goodwin
8d2223acfa better now? 2017-08-14 21:43:15 +01:00
David Goodwin
6442c8aff4 better now? 2017-08-14 21:42:32 +01:00
David Goodwin
ba8a4ab659 better markup 2017-08-14 21:41:25 +01:00
David Goodwin
76f0387313 try this 2017-08-14 21:37:33 +01:00
David Goodwin
7f2ea1a20a make github friendly, perhaps 2017-08-14 21:36:46 +01:00
David Goodwin
c3a4a6ed8d remove some comments from the top of vacation.pl; add links to file(s); remove unnecessary index.php 2017-08-14 21:28:49 +01:00
tkempf
066a22cb42 Added forgotten use Statement for MIME:EncWords 2017-07-24 10:55:47 +02:00
tkempf
f2d4e6dbcc Subject with non ASCII-chars still needs to be encoded 2017-07-24 08:27:14 +02:00
tkempf
34474a20e5 set default value for $no_vacation_pattern 2017-07-24 08:06:10 +02:00
tkempf
4660d65679 Renamed $novacation_pattern to $no_vacation_pattern + codestyle changes 2017-07-24 08:04:28 +02:00
tkempf
c5dcbeb48d Removed unused libraries MIME::Encwords and MIME::Base64 2017-07-21 09:20:51 +02:00
tkempf
79f8a63a46 Bugfix in Encoding of vacation mail. UTF-8 header was missing and the
mailbody is already utf8, so no need to recode
2017-07-21 08:53:09 +02:00
tkempf
cc3d5b13e8 Add Example for $novacation_pattern 2017-07-18 15:03:41 +02:00
tkempf
e5e9ce7674 When using STARTTLS the SSL_verifycn_name must be set to prevent SSL
Errors
2017-07-18 13:00:41 +02:00
tkempf
1653e58398 Bump Version to 4.1
Sending Mail now works at least without encryption
2017-07-18 10:20:04 +02:00
tkempf
b781195526 Replace deprecated Mail::Sender by Email::Sender
Add searchpath for local vacation.conf
2017-07-17 13:11:50 +02:00
tkempf
27e336cd2c Added novacation_pattern regexp to prevent sending vacation messages for
specific recipient addresses
2017-07-14 10:30:57 +02:00
David Goodwin
7ddac2ac4b 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
2017-02-09 05:21:12 +00:00
Christian Boltz
054d0a4c0e vacation.pl: mime-decode original subject
Reported by czbg, https://sourceforge.net/p/postfixadmin/bugs/366/

Note that the original subject will keep the encoding specified in the
mime header (for example iso-8859-15) while we assume it to be utf8
(see "%mail =...").

Nevertheless, a broken character still looks better than having
=?ISO-8858-1?Q?Gr=DFe?= in the subject ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1857 a1433add-5e2c-0410-b055-b7f2511e0802
2016-08-25 18:56:02 +00:00
David Goodwin
d1dad8a31c merge patch from 54a77ecb9c - thanks lisergey - encode message body with wide-chars UTF8
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1820 a1433add-5e2c-0410-b055-b7f2511e0802
2015-10-20 16:06:36 +00:00
Christian Boltz
76b4e498a2 VIRTUAL_VACATION/INSTALL.TXT:
- change instructions to use /usr/lib/postfixadmin to avoid vacation.pl
  has write access to itsself
- replace instructions for /var/spool/vacation/ with instructions for a
  log file or directory
- various other changes


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1692 a1433add-5e2c-0410-b055-b7f2511e0802
2014-10-05 21:45:45 +00:00
Christian Boltz
c2d6034cc0 vacation.pl:
- fix two queries for postgresql
  Patch by Christoph Kuchenbuch,
  https://sourceforge.net/p/postfixadmin/bugs/315/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1676 a1433add-5e2c-0410-b055-b7f2511e0802
2014-05-27 21:34:43 +00:00
Christian Boltz
657617d637 vacation.pl:
- disable TLS by default due to a bug in Mail::Sender 0.8.22
  (https://rt.cpan.org/Public/Bug/Display.html?id=85438)
  Actually, due to a bug in Mail::Sender 0.8.21, it was never enabled ;-)
- add new config option $smtp_tls_allowed to allow enabling TLS


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1615 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-28 19:35:28 +00:00
Christian Boltz
2e3998c14c vacation.pl:
- Add capability to include the subject of the original mail in the 
  subject of the vacation message.
  A good vacation subject could be: 'Re: $SUBJECT'
- corrected log entry about "Already informed ..." to show the 
  $orig_from, not $email

Patch by Christoph Lechleitner <christoph.lechleitner@iteg.at>
http://sourceforge.net/p/postfixadmin/patches/117/



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1614 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-28 16:31:13 +00:00
Christian Boltz
23ec3da059 vacation.pl:
- whitespace fixes
- update vim: line to 4 spaces tab (which seems to be used everywhere already)



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1612 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-26 14:27:45 +00:00
David Goodwin
99f871d45d spelling fixes; make $friendly_name a configuration option (From: Nice Name <someone@domain.com> control)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1609 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-15 21:36:00 +00:00
Christian Boltz
e2658394a1 vacation.pl:
- encode subject
  https://sourceforge.net/p/postfixadmin/bugs/272/
  https://sourceforge.net/p/postfixadmin/patches/119/


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1597 a1433add-5e2c-0410-b055-b7f2511e0802
2013-12-01 23:30:58 +00:00
Christian Boltz
2091c50662 vacation.pl:
- fix typo in variable name


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1444 a1433add-5e2c-0410-b055-b7f2511e0802
2013-03-14 23:17:57 +00:00
Valkum
acdbd4b5a6 added custom noreply detection
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1442 a1433add-5e2c-0410-b055-b7f2511e0802
2013-03-12 19:33:54 +00:00
Christian Boltz
a937c95d4f vacation.pl:
- fix confusing "my" vs. "our"


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1420 a1433add-5e2c-0410-b055-b7f2511e0802
2013-01-04 12:58:21 +00:00
Christian Boltz
4dfe1db68e vacation.pl:
- fix typo (reported by Jan Kruis on the mailinglist)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1400 a1433add-5e2c-0410-b055-b7f2511e0802
2012-06-03 19:33:52 +00:00
David Goodwin
05d502558f add a friendly from address to vacation messages; probably needs more work to beautify it though...; change error handling if we cannot send the reply to be hopefully more robust
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1389 a1433add-5e2c-0410-b055-b7f2511e0802
2012-05-24 11:14:58 +00:00
David Goodwin
87f33d95ae patch from Jan Kruis - see http://sourceforge.net/tracker/?func=detail&aid=3520749&group_id=191583&atid=937966 (Tracker id 3520749) ; thank you!
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1374 a1433add-5e2c-0410-b055-b7f2511e0802
2012-04-23 20:57:54 +00:00