2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
oytunsan |
Posted: Nov 19 2007, 09:56 AM
|
Newbie Group: Members Posts: 7 Member No.: 2515 Joined: 25-April 07 |
Hi,
Is there a way to apply this exe to already existing messages in the domains folder? Maybe I can write a small dos script if this exe can run on any mail file under mailroot\domains\domain.com\user\mailbox thanks in advance oytun |
hschneider |
Posted: Nov 19 2007, 10:15 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
No - it is a pure SMTP level fílter.
You'll have to replace nullbytes and to add missing ending linefeeds from your own code. You can also use and/or modify my nukemalformed script here: http://xmailforum.homelinux.net/index.php?...os-attack&st=15 Direct download here: http://xmailforum.homelinux.net/index.php?...e=post&id=17004 -- Harald -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
MasteRtR |
Posted: Jan 7 2008, 01:27 PM
|
||
Newbie Group: Members Posts: 10 Member No.: 2026 Joined: 26-May 06 |
if you want to delete malformed emails, i suggest you use hschneider's perl script with these codes. (attached)
|
||
Don |
Posted: Feb 5 2008, 10:16 PM
|
Newbie Group: Members Posts: 23 Member No.: 2789 Joined: 5-February 08 |
Hi,
Newbie Linux/Xmail question. Where does the filter file go (xbmf.c)? In the filters folder? Does anything need to be done with it (compile) or leave it just as a C file. Thanks Don |
Don |
Posted: Feb 8 2008, 06:12 PM
|
||
Newbie Group: Members Posts: 23 Member No.: 2789 Joined: 5-February 08 |
Hi Harald, Can you respond please. This is for Linux. Thanks! Don |
||
sc4vengr |
Posted: Feb 8 2008, 07:28 PM
|
||||
Professional Group: Members Posts: 206 Member No.: 461 Joined: 12-February 03 |
Try this procedure: #cd /var/MailRoot/filters #mkdir xbmf #wget http://www.xmailserver.org/xbmf.c #gcc xbmf.c -o xbmf #pico /var/Mailroot/filters.post-data.tab Add a line like this one: "/var/MailRoot/filters/xbmf/xbmf"[TAB]"@@FILE"[NEWLINE] Of course replace [TAB] with the TAB key and NEWLINE with ENTER Hope this helps -------------------- You + webcam - clothes - dignity = $
|
||||