wuuuduu
86852b3dbd
Find MX record of receiver and use it
5 years ago
David Goodwin
63f63a58b7
Update INSTALL.md
...
add 1; for vacation.conf file
6 years ago
David Goodwin
4b990ff330
fix sql for notification resend; see #226
6 years ago
David Goodwin
c3d3898eb2
Merge pull request #167 from csware/recipient_delimiter
...
vacation: Correctly process mails with recipient_delimiter
6 years ago
Antony
61011619a8
libmime-perl => libemail-mime-perl on debian 9
6 years ago
Sven Strickroth
f0f6c16afa
vacation: Correctly process mails with recipient_delimiter
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
7 years ago
Sven Strickroth
6c12800a78
Don't autorespond to Outlook autoresponses
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
7 years ago
Sven Strickroth
7cb36bc0b2
Don't autorespond to Communigate autoresponses
...
Signed-off-by: Sven Strickroth <email@cs-ware.de>
7 years ago
Breton Erwane
37d4279c52
syslog ident set to "vacation"
7 years ago
David Goodwin
a40e99c8ed
renamed to INSTALL.md
7 years ago
David Goodwin
1f63a9df89
update Install.txt -> Install.md
7 years ago
David Goodwin
da9f674611
better now?
7 years ago
David Goodwin
8d2223acfa
better now?
7 years ago
David Goodwin
6442c8aff4
better now?
7 years ago
David Goodwin
ba8a4ab659
better markup
7 years ago
David Goodwin
76f0387313
try this
7 years ago
David Goodwin
7f2ea1a20a
make github friendly, perhaps
7 years ago
David Goodwin
c3a4a6ed8d
remove some comments from the top of vacation.pl; add links to file(s); remove unnecessary index.php
7 years ago
tkempf
066a22cb42
Added forgotten use Statement for MIME:EncWords
7 years ago
tkempf
f2d4e6dbcc
Subject with non ASCII-chars still needs to be encoded
7 years ago
tkempf
34474a20e5
set default value for $no_vacation_pattern
7 years ago
tkempf
4660d65679
Renamed $novacation_pattern to $no_vacation_pattern + codestyle changes
7 years ago
tkempf
c5dcbeb48d
Removed unused libraries MIME::Encwords and MIME::Base64
7 years ago
tkempf
79f8a63a46
Bugfix in Encoding of vacation mail. UTF-8 header was missing and the
...
mailbody is already utf8, so no need to recode
7 years ago
tkempf
cc3d5b13e8
Add Example for $novacation_pattern
7 years ago
tkempf
e5e9ce7674
When using STARTTLS the SSL_verifycn_name must be set to prevent SSL
...
Errors
7 years ago
tkempf
1653e58398
Bump Version to 4.1
...
Sending Mail now works at least without encryption
7 years ago
tkempf
b781195526
Replace deprecated Mail::Sender by Email::Sender
...
Add searchpath for local vacation.conf
7 years ago
tkempf
27e336cd2c
Added novacation_pattern regexp to prevent sending vacation messages for
...
specific recipient addresses
7 years ago
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
8 years ago
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
8 years ago
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
9 years ago
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
10 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
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
12 years ago
Valkum
acdbd4b5a6
added custom noreply detection
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1442 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
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
12 years ago
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
13 years ago
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
13 years ago
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
13 years ago
David Goodwin
ef80736445
Merge jan-kruis's vacation interval reply behaviour - see SF patch 3508083 - https://sourceforge.net/tracker/?func=detail&aid=3508083&group_id=191583&atid=937966 ; Thank you
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1373 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
David Goodwin
76efcb2c47
merge of patch from maharaja - delete old vacation_notifications - see https://sourceforge.net/tracker/?func=detail&aid=3323227&group_id=191583&atid=937966
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1372 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
David Goodwin
3d3d61963b
vacation.pl: refactor duplicated sql into a function (check_for_vacation($x)) - thanks to jan kruis for submitting this - see https://sourceforge.net/tracker/?func=detail&aid=3507319&group_id=191583&atid=937966
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1371 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
David Goodwin
d5803088aa
vacation.pl: merge in patch from ichier (thank you) - see patch 3371641 - https://sourceforge.net/tracker/?func=detail&aid=3371641&group_id=191583&atid=937966
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1370 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
David Goodwin
8044cb9dc1
fix as per #3086890
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1073 a1433add-5e2c-0410-b055-b7f2511e0802
14 years ago